Card Issuer Program
Get Transfer or Withdrawal Status
Retrieve the current status and details of a single master-wallet → customer-card transfer, or a customer-card → master-wallet withdrawal
GET
This single endpoint looks up both directions of fund movement — it checks funding transfers first, then falls back to withdrawals if the ID doesn’t match one. The response’s
type field tells you which one you got back.
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENstring
required
Either the
transfer_id returned by Fund Customer Card (or the transfer_id on customer.funded/customer.balance.updated webhooks with trigger: "funding"), or the withdrawal_id returned by the withdraw-from-card endpoint (or transfer_id on customer.balance.updated with trigger: "withdraw").Status reference
Funding (type: "funding")
Withdrawal (
type: "withdrawal")
Poll this endpoint every 10–15 seconds until
status reaches a terminal value (completed/failed/refunded for funding, settled/failed for withdrawals). Funding transfers typically complete in 2–5 minutes; withdrawals go through a ~3 minute delay-relay before settling.
