payment.capturedBuyer-initiatedPayment captured
Paystack confirmed funds. Same time as order.created.
When this fires
Paystack confirmed funds. Always fires at the same moment as order.created.
High frequency
This event is buyer-initiated, which means it can fire at checkout-traffic volume during busy periods. Make sure your handler responds in under ten seconds; queue any heavy work.
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": "b860d88a-338c-45d7-800c-22389fac25ef",
"event": "payment.captured",
"created": "2026-06-12T02:18:48.206Z",
"data": {
"orderId": "cpujseey7htb0000000000000",
"orderNumber": "TY-ASA325V",
"amountKobo": 970896,
"reference": "PSK_IIKS2VJW1C",
"channel": "bank_transfer"
}
}Use cases
- Reconcile against your Paystack ledger at end-of-day.
- Increment a real-time revenue dashboard.
- Settle commissions or splits to creators / affiliates.
Subscribe in the dashboard
To start receiving this event, add it to a webhook's subscription list in Developers → Webhooks. Wildcard subscriptions ( payment.*) work too — see the webhooks guide for the matching rules.