Overview
Link a Zelle destination (email/username) to enable payouts. Use the application token from your payout link/account widget flow.Prerequisites
- Application token (from payout/account widget)
- Valid access token
Endpoint
- POST
{{LIQUIDITY_URL}}/v1/ext/application-token/:token/linked-accounts/:currency/link/zelle/: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 | Yes |
Request
Request Body Fields
| Field | Type | Description | Required |
|---|---|---|---|
label | string | Display name for the account | Yes |
data.username | string | Zelle username/email | Yes |
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: zelle |
data.data.counterPartyName | string | Zelle username/email |
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
- Store the
idfrom the response for withdrawals - Ensure the Zelle username/email matches the recipient’s Zelle account
- Uses the same withdrawal endpoint as other linked accounts