List saved bank destinations
Withdrawals
List saved bank destinations
The user’s active bank destinations, masked. Removed destinations never appear.
GET
List saved bank destinations
How it works
Returns the user’s active bank destinations, masked. Use it to render a “withdraw to” picker: shownickname (or beneficiary_name) plus account_number_last4 / iban_last4, and pass the chosen id as recipient_id when creating a withdrawal.Authorizations
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
The connected user's id.