Register a PIX destination for a customer.
Registers a PIX payout destination (Brazil / BRL). Check the returned
status to determine whether the destination can be used for payouts.
Authorizations
API Key
Headers
a UUID ensuring an address is only registered once
Body
The PIX address registration request
Register PIX Address Request
Request to register a PIX payout destination (Brazil / BRL).
The customer ID
RecipientPix
A PIX payout recipient.
{
"account": { "key": "+5511987654321", "type": "PHONE" },
"recipient": {
"family_name": "Turing",
"given_name": "Alan",
"type": "Individual"
},
"tax_id": "12345678909"
}Optional label for the address
Response
Registration successful
PIX Address
Response containing PIX destination details.
When the address was created
The customer ID
The ID of the address
RecipientPix
A PIX payout recipient.
{
"account": { "key": "+5511987654321", "type": "PHONE" },
"recipient": {
"family_name": "Turing",
"given_name": "Alan",
"type": "Individual"
},
"tax_id": "12345678909"
}PIX Address Status
RegistrationPending, Registered, RegistrationFailed When the address was last updated
Optional label for the address

