private/fiat/fiat-get-bank-accounts
POSTRetrieves user's bank accounts with optional payment network filtering./private/fiat/fiat-get-bank-accounts
Request
Body
required
Request id (echoed in response)
Must be "private/fiat/fiat-get-bank-accounts"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
Comma-separated list of payment networks to filter by
Schema
- Array [
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
bank_accounts_list object[]required
Status indicator (null in most cases)
Response code (null in most cases)
Response message (null in most cases)
Unique bank account ID (use this for withdrawals)
Account ID (cannot be used for withdrawal)
User UUID
Possible values: [pending, submitted, pending_authorize, authenticated, transaction_enabled, pending_proof, proof_submitted, approved, rejected, escalated, completed, deleted, expired]
Bank account status. When expired, the bank account token has expired and the user must relink via the Plaid relink flow before withdrawals can resume.
Bank name
Bank city
Bank country code
Type of bank identifier (e.g., cubix_account_number_last_4_digits, bic_swift)
Masked bank identifier value
Bank account holder name
Type of account identifier (e.g., cubix_account_id, iban)
Masked account identifier value
Account holder name
Account type (null in most cases)
Currency code (e.g., USD)
Verification method (e.g., Cubix, Deposit)
Reason or additional information
Array of supported payment network identifiers
Array of withdrawal payment networks (null if not applicable)
Payment network identifier value
bank_details object
Institutional street address
Bank street address
Account holder address
Bank account address object
Intermediate bank information
Array of intermediate bank options
Account creation timestamp (ms).
Account last update timestamp (ms).
Present when code !== 0.
Present when code !== 0.