{id} appears.
Request
Your CertoPay secret API key. Include it in every request as
X-Api-Key: sk_live_sua_chave_aqui.The UUID of the order to retrieve. This is the
id returned when the order was created via POST /api/orders.Response
A successful request returns HTTP 200 OK with the full order object.Unique UUID identifying the order.
UUID of the customer linked to this order.
Charge amount in centavos (e.g.
29700 = R$ 297,00).Current payment status of the order. Possible values:
"PENDING", "PAID", "CANCELLED", "EXPIRED".ISO 8601 timestamp of when the order was created.
Example
200 OK