Skip to main content
GET
/
v2
/
account
/
bank-accounts
/
brl
/
static-br-code
Generate a static BR Code
curl --request GET \
  --url https://api.example.com/v2/account/bank-accounts/brl/static-br-code \
  --header 'Authorization: Bearer <token>'
{
  "brCode": "<string>"
}

Generate a static BR Code

GET request to /v2/account/bank-accounts/brl/static-br-code

Authorizations

Authorization
string
header
required

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

Query Parameters

amount
string
referenceLabel
string
additionalData
string
subAccountId
string<uuid>

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

Response

OK

brCode
string