Skip to main content
POST
/
v2
/
account
/
beneficiaries
/
bank-accounts
/
eur
Create Beneficiary EUR Bank Account
curl --request POST \
  --url https://api.avenia.io:8443/v2/v2/account/beneficiaries/bank-accounts/eur \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "alias": "<string>",
  "description": "<string>",
  "iban": "<string>",
  "bic": "<string>",
  "country": "<string>",
  "bankBeneficiaryName": "<string>",
  "isBusiness": true
}
'
{
  "id": "<string>"
}

Create Beneficiary EUR Bank Account

POST 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.

Query Parameters

subAccountId
string

Sub-account ID

Body

application/json
alias
string
required
description
string
required
iban
string
required
bic
string
required
country
string
required
bankBeneficiaryName
string
required
isBusiness
boolean
required

Response

201 - application/json

Created

id
string
required