Developers
Documentation
Global financial infrastructure via API.
Webhooks
Webhooks allow your system to receive real-time updates.
Example webhook event
{
"type": "payout.completed",
"data": {
"object": {
"id": "po_123",
"status": "completed"
}
}
}Common events include:
- payout.created
- payout.notification_sent
- payout.completed
- payout.failed