Skip to main content
GET
/
v2
/
account
/
beneficiaries
/
bank-accounts
/
eur
/
{bank-account-id}
Get EUR bank-account beneficiary by ID
curl --request GET \
  --url https://api.example.com/v2/account/beneficiaries/bank-accounts/eur/{bank-account-id} \
  --header 'Authorization: Bearer <token>'
{
  "bankAccounts": [
    {}
  ],
  "cursor": "<string>"
}

Get EUR bank-account beneficiary by ID

GET request to /v2/account/beneficiaries/bank-accounts/eur/

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bank-account-id
string<uuid>
required

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

OK

Raw JSON passthrough from the platform service (GetBeneficiary{ARS,COP,EUR}BankAccount*Output). Shape varies by currency — see upstream.

bankAccounts
object[]
cursor
string