get https://cieloecommerce.cielo.com.br/api/public/v2/merchantOrderNumber/
Get details on a transaction by providing the order_number
Querying transactions by order_number
returns a list of transactions with the same order number; This occurs because Checkout does not prevent the store from duplicating order_number
s. The response will return checkout_cielo_order_number
, which must be used when querying a specific transaction.
Transaction query response by order_number
The table below presents the main parameters that can be returned when querying transactions by order_number.
Property | Description | Type | Size |
---|---|---|---|
checkout_cielo_order_number | Unique identifier generated by the Link de Pagamento Cielo. | Alphanumeric | 32 |
created_date | Order creation date - dd-MM-yyyy HH:mm:ss | Alphanumeric | 20 |