Skip to main content
GET
/
v2
/
account
/
bank-accounts
/
brl
/
pix-info
Resolve a PIX key or QR code
curl --request GET \
  --url https://api.example.com/v2/account/bank-accounts/brl/pix-info \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "taxId": "<string>",
  "bankName": "<string>",
  "amount": "<string>",
  "expiration": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

pixKey
string
required
decodePixKey
boolean
subAccountId
string<uuid>

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

Response

OK

name
string
taxId
string
bankName
string
amount
string
expiration
string<date-time> | null