Object that represents the recipient of a Pix transaction.
| Property | Type | Description |
|---|---|---|
tax_id | String | Tax identification number (CPF or CNPJ) of the receiver. |
address_key | String | Pix key used to receive the payment (e.g. email, CPF, phone, or EVP). |
psp | PSP Object | Payment service provider of the receiver. |
account | Account Object | Bank account details of the receiver. |
Example
{
"tax_id": "98765432100",
"address_key": "[email protected]",
"psp": {
"ispb": "87654321",
"name": "Receiver Bank"
},
"account": {
"account_number": "7654321",
"account_type": "CACC",
"branch": "0001"
}
}