Endpoint
- Method:
POST - URL:
{{LIQUIDITY_URL}}/v1/ext/application-token/:token/linked-accounts/:currency/link/bank/:step - Auth: Bearer
{{accessToken}}
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
token | string | Application token from payout/account widget | Yes |
currency | string | Currency code (e.g., USD) | Yes |
step | string | Usually 1 (initial) or form (micro-deposit verification) | Yes |
Request Body
| Field | Type | Description | Required |
|---|---|---|---|
label | string | Display name for the linked account | Yes |
data.firstName | string | First name of account owner | Yes |
data.lastName | string | Last name of account owner | Yes |
data.name | string | Business/account name | Yes |
data.accountNumber | string | Bank account number | Yes |
data.routingNumber | string | Bank routing number (9 digits) | Yes |
data.type | string | Account type: CHECKING or SAVINGS | Yes |
data.bankName | string | Name of the bank | Yes |
data.recipientAddress | string | Street address of account holder | Yes |
data.recipientCity | string | City of account holder | Yes |
data.recipientState | string | State code (e.g., CA) | Yes |
data.recipientPostalCode | string | ZIP/postal code | Yes |
data.routingType | string | Routing type: ACH, RTP, or WIRE | Yes |
data.email | string | Email address of account holder | Yes |
data.recipientType | string | Recipient type: personal or business | Yes |
Request
Response (200)
Response Fields
| Field | Type | Description |
|---|---|---|
data.data.id | string | Linked account ID (use for withdrawals) |
data.data.currency | string | Currency of the linked account |
data.data.optionType | string | Account type: bank |
data.data.account.label | string | Display label for the account |
data.data.account.lastFourDigits | string | Last 4 digits of account number |
data.data.wallet.id | string | Associated wallet ID |
data.data.wallet.balance | string | Current wallet balance |
data.data.entity.id | string | Entity ID associated with the account |
data.data.entity.entityType | string | Entity type: USER or BUSINESS |
Notes
routingTypesupportsACH,RTP, orWIREfor US accounts- Some flows may return a
formstep for micro-deposit verification - Store the
idfrom the response for withdrawal requests