payout.settledPayout settled
Paystack confirmed the bank credited the merchant.
When this fires
Paystack confirmed the destination bank credited the merchant — this is the 'cash in account' event.
Sample payload
This is the exact envelope shape we POST to your endpoint — outer wrapper plus the per-event data payload. Field values are randomised on each render so you see the general shape, not a fixed example.
json
{
"id": "9af60944-66d8-4161-9fc0-803913c3b66b",
"event": "payout.settled",
"created": "2026-07-29T17:36:12.257Z",
"data": {
"id": "cisvhbammxce0000000000000",
"amountKobo": 8116861,
"currency": "NGN",
"bankName": "Zenith Bank",
"accountLast4": "9079",
"settledAt": "2026-07-29T17:36:12.257Z",
"paystackTransferCode": "TRF_r7ff7kvuuc"
}
}Use cases
- Auto-mark the matching ledger entry as cleared in your books.
- Trigger a confirmation email to the merchant's finance contact.
- Update working-capital dashboards with the new available balance.
Subscribe in the dashboard
To start receiving this event, add it to a webhook's subscription list in Developers → Webhooks. Wildcard subscriptions ( payout.*) work too — see the webhooks guide for the matching rules.