Payments & bank wire

Function

Endpoint

Description

POST /api/v1/partners/users/{user_id}/bank-accounts

Deprecated

GET /api/v1/partners/users/{user}/bank-accounts

Fetch details of all bank accounts for the person using your integration

GET /api/v1/partners/users/{user}/bank-accounts/{bankId}

Fetch details of a bank account for the person using your integration

DELETE /api/v1/partners/users/{user}/bank-accounts/{bankId}

Delete a bank account for the person using your integration

GET /api/v1/partners/users/{user}/deposit-instructions

Fetch deposit instructions to be displayed to the person using your integration

GET /api/v1/partners/users/{user}/limits?type=fiat_deposit

returns the information about the user’s limits with optional parameter type which can be fiat_withdrawal or fiat_deposit

POST /api/v1/partners/users/{user}/withdraw

Make withdrawal of FIAT to bank account for your user.

Last updated