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"
PARAMETERDESCRIPTIONTYPEMAXIMUM SIZE
checkout_cielo_order_numberUnique identifier generated by Checkout Cielo.alphanumeric32
amountUnit price of the product, in cents (ex: R$ 1.00 = 100)number10
order_numberOrder 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_brandBrand - only for transactions using a credit card payment method. Full listnumber20
payment_statusTransaction status. Full Listnumber1
test_transactionIndicates whether the transaction was generated with Test Mode activatedboolean32
nsuNSU - Unique sequential number of the transaction.alphanumeric6
authorization_codeAuthorization code.alphanumeric8