Skip to content
API DocsDocs

Checking Payout Status

Look up the current status or full details of a card payout

1 min readUpdated Mar 24, 2026

Use these endpoints as a fallback when a webhook was not received, or to retrieve full payout details for reconciliation.

#Status vs Info

EndpointReturns
GET /payouts/card/status/{id}Status string only (lightweight)
GET /payouts/card/info/{id}Full payout details (card mask, amounts, billing)

Prefer webhooks

Use these endpoints as a fallback. The webhook callback is the primary and lowest-latency signal for payout completion.

#Key Info Response Fields

FieldDescription
transactionIdUnique payout identifier
transactionStatusCurrent status (PROCESSING, SUCCEED, FAILED)
declineCodeSet on failure
cardMaskMasked recipient card number
totalAmountAmount transferred
orderCurrency / processedCurrencyCurrencies (may differ if FX applied)
createdAtISO 8601 creation timestamp
Was this helpful?