It is sent to the status change URL and contains the checkout_cielo_order_number
, the new status and some transaction data.
To find out more details about the transaction, make a query using checkout_cielo_order_number
.
The status change notification format is POST (form data).
checkout_cielo_order_number: "b918afea483d4c6c8615d8a8e19803c1",
amount: "134",
order_number: "024f77ac98cb493b86d8c818eb6e79cd",
payment_status: "3",
test_transaction: "False",
brand: "Visa",
nsu: "000001",
authorization_code: "01234567"
PARAMETER | DESCRIPTION | TYPE | MAXIMUM SIZE |
---|---|---|---|
checkout_cielo_order_number | Unique identifier generated by Checkout Cielo. | alphanumeric | 32 |
amount | Unit price of the product, in cents (ex: R$ 1.00 = 100) | number | 10 |
order_number | Order number sent by the store. If it is not sent, Checkout Cielo will generate a number, which will be viewed by the consumer. | alphanumeric For reconciliation purposes, the characters allowed are only a-z, A-Z, 0-9. Special characters and blank spaces are not allowed. | 32 |
payment_method_brand | Brand - only for transactions using a credit card payment method. Full list | number | 20 |
payment_status | Transaction status. Full List | number | 1 |
test_transaction | Indicates whether the transaction was generated with Test Mode activated | boolean | 32 |
nsu | NSU - Unique sequential number of the transaction. | alphanumeric | 6 |
authorization_code | Authorization code. | alphanumeric | 8 |