Skip to main content
GET
Get Deposit Instruction
Deposit instructions are for fiat currencies only (e.g., USD, EUR, GBP, JPY, HKD). To receive crypto deposits, use the Wallets API instead. Fiat currencies must be enabled for your account — if a currency returns "status": "unavailable", contact support to enable it. See the Deposit Flows guide for a complete overview.

Path Parameters

string
required
The account’s external ID (starts with acc_)
string
required
ISO 4217 currency code (e.g., USD, EUR, GBP)

Response

Returns a deposit instruction object when available, or an unavailability response when no instructions exist for the requested currency.

When Available

string
Deposit instruction identifier
string
Always returns "deposit_instruction"
string
Parent account ID
string
ISO 4217 currency code
string
Payment attribution method: virtual_account or memo_reference
string
Status: active or revoked
string
Name of the beneficiary for the deposit
string
Address of the beneficiary
string
Name of the receiving bank
string
Address of the receiving bank
string
Name on the bank account
string
Bank account number
string
International Bank Account Number
string
SWIFT/BIC code
string
Bank routing number
string
Sort code (UK banking)
string
Memo or reference to include with transfers (for memo_reference strategy)
array
Supported payment rails (e.g., ach, fedwire, swift, sepa, spei)
string
ISO 8601 timestamp when created
string
ISO 8601 timestamp when last updated

When Unavailable

string
Returns "deposit_instruction"
string
The requested currency code
string
Returns "unavailable"
string
Human-readable explanation

Response Examples

Available

Unavailable