Notifications
Our APIs use webhooks for event notifications. Webhooks are push API calls that let your app know an event has happened.
Event
Security - To prevent downgrade attacks
Notification example
{
"callback": true,
"data": [
{
"id": "9f141523-8a70-4723-8c2a-6fc196a31d46",
"customer_id": "997a840a-c340-4a69-9da1-fdc155c2e607",
"transaction_id": "93c8a113-2ab7-452c-a466-b417da33db44",
"amount": "200.00000000",
"currency": "BRL",
"status": "paid",
"type": "payment",
"payment_method": "pix",
"payment_status": "paid",
"exchange": "1.00"
}
]
}Parameter
Description
Parameter
Description
Last updated