Your postback notification for a checkout order.
POST /order/example-postback-to-checkout/[your_notification_url]
Every time a transaction has its status changed, your system will receive a notification from ours, so that you know if transactions were paid.
We expect that your system returns to ours: status code 200. If not, we’ll retry 6 more times.
Request Body required
Section titled “Request Body required ”object
The id of the checkout order of which to retrieve the details.
Order id in your system.
Order status.
The date the order was paid.
The date the order was updated.
The webhook order type.
The message.
The message for the customer.
Amount of the order
object
The three-character ISO currency code.
https://en.wikipedia.org/wiki/ISO_4217The amount of the transaction, in minor units.
Minor Units Format
------------------
All amount values must be formatted in that currency’s smallest unit.
Two-decimal currency (for example Real): R$ 10,95 BRL, amount will be "10.95".
Two-decimal currency (for example US Dollars): $10.95 USD, amount will be "10.95".
Zero-decimal currency (for example Japanese Yen): ¥1095 JPY, amount will be "1095".
Click here to download the latest official ISO 4217 Currency Table, with Minor Units (number of decimal places) per currency. The owner bank. Returns data only when payment method is PIX
object
The name of the owner.
The document of the owner.
The bank information of owner.
object
The bank name.
The bank ISPB code.
The bank code, like COMPE.
The account number.
The branch account number.
The pix.
object
The type of pix
The key of pix
The payer bank data.
object
Bank ISPB number
Bank name
Bank branch account number
Bank account number
Bank account type
Bank code (COMPE)
Bank pix data
object
The type of pix
The key of pix
The id of the order of which to retrieve the details.
Responses
Section titled “ Responses ”The resource was returned successfully
object
The current page.