Skip to content
API DocsDocs

Card Payouts

Send funds directly to a recipient's card

2 min readUpdated Mar 24, 2026

A card payout (credit push) sends funds to a recipient's card. Common use cases: disbursements, marketplace seller payouts, withdrawal flows.

#How It Works

Submit the recipient's card details, amount, and currency. The response returns immediately with transactionStatus: "PROCESSING". The final result arrives via webhook — do not retry on PROCESSING.

#Payout Lifecycle

StatusMeaning
NEWAccepted by Exirom
PENDINGSent to card network
SUCCEEDFunds credited to recipient's card
FAILEDPayout rejected — check declineCode

Settlement typically takes 1–3 business days depending on the card network and issuing bank.

#Webhook Callback

Exirom sends a POST to your callbackUrl with:

FieldDescription
transactionIdPayout transaction identifier
transactionStatusFinal status (SUCCEED or FAILED)
declineCodeSet on failure
cardMaskMasked recipient card number
totalAmountAmount transferred
createdAtISO 8601 timestamp
Was this helpful?