{
"environment": "Live",
"version": "1.0",
"organizationId": "98f7e6d5-c4b3-2a10-9876-543210fedcba",
"eventId": "payout-sent_b1c2d3e4-f5a6-7890-bcde-f12345678901",
"createdAtTs": 1711547400000,
"type": "payout.sent",
"data": {
"payoutId": "b1c2d3e4-f5a6-7890-bcde-f12345678901",
"externalPayoutId": "ext_payout_001",
"vendorId": "c1d2e3f4-a5b6-7890-cdef-123456789012",
"externalVendorId": "ext_vendor_001",
"amount": 50000,
"fee": 25,
"currency": "USD",
"initiatedBy": "jane.doe@acme.com",
"sentAt": "2026-03-27T00:00:00.000Z"
}
}Events
payout.sent
Funds dispatched to partner bank.
WEBHOOK
payout.sent
{
"environment": "Live",
"version": "1.0",
"organizationId": "98f7e6d5-c4b3-2a10-9876-543210fedcba",
"eventId": "payout-sent_b1c2d3e4-f5a6-7890-bcde-f12345678901",
"createdAtTs": 1711547400000,
"type": "payout.sent",
"data": {
"payoutId": "b1c2d3e4-f5a6-7890-bcde-f12345678901",
"externalPayoutId": "ext_payout_001",
"vendorId": "c1d2e3f4-a5b6-7890-cdef-123456789012",
"externalVendorId": "ext_vendor_001",
"amount": 50000,
"fee": 25,
"currency": "USD",
"initiatedBy": "jane.doe@acme.com",
"sentAt": "2026-03-27T00:00:00.000Z"
}
}Body
application/json
Deterministic unique UUID. Use for idempotency and deduplication.
"Live" or "Sandbox".
Available options:
Live, Sandbox, Demo Unix timestamp (ms) indicating when the event was created.
Payload schema version. Currently "1.0".
UUID of the organization the event belongs to.
Available options:
payout.sent Show child attributes
Show child attributes
Response
200
Return 2xx within 10s to acknowledge delivery.