Skip to main content
GET
List saved bank destinations

How it works

Returns the user’s active bank destinations, masked. Use it to render a “withdraw to” picker: show nickname (or beneficiary_name) plus account_number_last4 / iban_last4, and pass the chosen id as recipient_id when creating a withdrawal.

Authorizations

Authorization
string
header
required

A platform access token. Get one on the Create an access token endpoint by exchanging your client_id + client_secret, then send it as Authorization: Bearer <token>. Tokens live one hour.

Query Parameters

user_id
string
required

The connected user's id.

Response

The list.

object
enum<string>
Available options:
list
data
object[]