Updated getOrdersStatus (markdown)
parent
a8172a8061
commit
2cdc3d26b0
|
@ -13,9 +13,10 @@ If no errors in request following parameters will be returned:
|
||||||
* success - true
|
* success - true
|
||||||
* time_stamp - server timestamp
|
* time_stamp - server timestamp
|
||||||
* certificates - array of certificates
|
* certificates - array of certificates
|
||||||
** order_id - unique order ID
|
|
||||||
** status - certificate status (active, cancelled, expired, incomplete, new_order, unpaid, pending, processing, reissue, rejected,)
|
> * order_id - unique order ID
|
||||||
** expires - optional. If the status is 'active' the certificate expiration date is shown in this field.
|
> * status - certificate status (active, cancelled, expired, incomplete, new_order, unpaid, pending, processing, reissue, rejected,)
|
||||||
|
> * expires - optional. If the status is 'active' the certificate expiration date is shown in this field.
|
||||||
|
|
||||||
|
|
||||||
### Example response
|
### Example response
|
||||||
|
|
Loading…
Reference in New Issue