List Deposit Instructions
Deposit Instructions
List Deposit Instructions
Retrieve all deposit instructions for an account
GET
List Deposit Instructions
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_)Response
Returns an array of deposit instruction objects.string
Deposit instruction identifier
string
Always returns
"deposit_instruction"string
Parent account ID
string
ISO 4217 currency code (e.g., USD, EUR, GBP)
string
Payment attribution method:
virtual_account or memo_referencestring
Status:
active or revokedstring
Name of the beneficiary for the deposit (who the sender should address the payment to)
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