Get transaction by order_number

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_numbers. 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.

PropertyDescriptionTypeSize
checkout_cielo_order_numberUnique identifier generated by the Link de Pagamento Cielo.Alphanumeric32
created_dateOrder creation date - dd-MM-yyyy HH:mm:ssAlphanumeric20

Path Params
string
required
Defaults to 1db9226geg8b54e6b2972e9b745b23c4

Store order number. This is the MerchantOrderNumber returned in the notification.

Headers
string
Defaults to Bearer {access_token}
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json