Your postback notification for an order.
POST /order/example-postback-to-order/[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 order of which to retrieve the details.
Example
de05f0db-e6a3-462e-8f1c-8dc8dd07c278Order id in your system.
Example
2345678726Order status.
Example
PAIDThe date the order was paid.
Example
2022-12-17T11:35:51.923ZThe date the order was updated.
Example
2022-12-17T11:35:51.923ZThe webhook order type.
Example
PAY-INThe message.
Example
Order paidThe message for the customer.
Example
Pix paymentAmount of the order
object
The three-character ISO currency code.
https://en.wikipedia.org/wiki/ISO_4217Example
BRLThe 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. Example
10.95The owner bank. Returns data only when payment method is PIX
object
The name of the owner.
Example
John DoeThe document of the owner.
Example
12345678901The bank information of owner.
object
The bank name.
Example
Financial BankThe bank ISPB code.
Example
00123876The bank code, like COMPE.
Example
123The account number.
Example
12345-2The branch account number.
Example
0001The pix.
object
The type of pix
Example
CPFThe key of pix
Example
1234567890The payer bank data.
object
Bank ISPB number
Example
12345678Bank name
Example
Bank nameBank branch account number
Example
1234Bank account number
Example
123456Bank account type
Example
CHECKING_ACCOUNTBank code (COMPE)
Example
341Bank pix data
object
The type of pix
Example
CPFThe key of pix
Example
1234567890Responses
Section titled “ Responses ”The resource was returned successfully
object
The current page.
Example
SUCCESS