Skip to main content
POST
/
v2
/
account
/
beneficiaries
/
bank-accounts
/
brl
Create Beneficiary BRL Bank Account
curl --request POST \
  --url https://api.avenia.io:8443/v2/v2/account/beneficiaries/bank-accounts/brl \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "alias": "<string>",
  "description": "<string>",
  "pixKey": "<string>",
  "taxId": "<string>",
  "userName": "<string>",
  "bankCode": "<string>",
  "branchCode": "<string>",
  "accountNumber": "<string>",
  "accountType": "<string>"
}
'
{
  "id": "<string>"
}

Create Beneficiary BRL Bank Account

POST request to /v2/account/beneficiaries/bank-accounts/brl

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
pixKey
string
required
taxId
string
required
userName
string
required
bankCode
string
required
branchCode
string
required
accountNumber
string
required
accountType
string
required

Response

201 - application/json

Created

id
string
required