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": "03d68edd-ac6d-4d21-b397-7282a3568cd8",
"event": "payout.settled",
"created": "2026-09-12T10:51:09.036Z",
"data": {
"id": "cpd0van9b2qf0000000000000",
"amountKobo": 11148967,
"currency": "NGN",
"bankName": "GTBank",
"accountLast4": "1169",
"settledAt": "2026-09-12T10:51:09.036Z",
"paystackTransferCode": "TRF_2sev82umeg"
}
}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.