Orders
Retrieve order
GET
/
orders
/
{order_id}
Path Param
The id of the order to be retrieved.
Format: uuid4
Example: 123e4567-e89b-12d3-a456-426614174000
Response
The id of the order.
The number identifier of the order.
The id of the product.
The id of the company.
The id of the insurance company.
The date and time when the order was created.
The status of the order. Possible values: CONFIRMED
, CANCELED
.
Indicates if the order is a subscription.
The recurrency of the subscription.
Available recurrencies are: DAYLY
, WEEKLY
, MONTHLY
, QUARTERLY
, SEMIANNUALY
,ANNUALY
.
The details of the subscription.
The purchase information. Will change depending on the product.
The price of the order.