Get Deposit Instruction
Deposit Instructions
Get Deposit Instruction
Retrieve deposit instructions for a specific currency
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
The account’s external ID (starts with
acc_)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
Deposit instruction identifier
Always returns
"deposit_instruction"Parent account ID
ISO 4217 currency code
Reconciliation strategy:
virtual_account or memo_referenceStatus:
active or revokedName of the beneficiary for the deposit
Address of the beneficiary
Name of the receiving bank
Address of the receiving bank
Name on the bank account
Bank account number
International Bank Account Number
SWIFT/BIC code
Bank routing number
Sort code (UK banking)
Memo or reference to include with transfers (for
memo_reference strategy)Supported payment rails (e.g.,
ach, fedwire, swift, sepa, spei)ISO 8601 timestamp when created
ISO 8601 timestamp when last updated
When Unavailable
Returns
"deposit_instruction"The requested currency code
Returns
"unavailable"Human-readable explanation