Updated getOrdersStatus (markdown)

master
Igors Savins 2020-07-21 12:42:07 +03:00
parent a8172a8061
commit 2cdc3d26b0
1 changed files with 4 additions and 3 deletions

@ -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