Endpoint
- Method:
POST - URL:
{{LIQUIDITY_URL}}/v1/ext/application-token/:token/linked-accounts/:currency/link/venmo/: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 Body
| Field | Type | Description | Required |
|---|---|---|---|
label | string | Display name for the account | Yes |
data.firstName | string | Recipient first name | Yes |
data.lastName | string | Recipient last name | Yes |
data.name | string | Business/account name | Yes |
data.username | string | Venmo username | Yes |
data.email | string | Email for the recipient | 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: venmo |
data.data.counterPartyName | string | Venmo username |
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
- Venmo username should match the recipient’s Venmo account
- Store the
idfrom the response for withdrawal requests