The Receiver Object

Object that represents the recipient of a Pix transaction.

PropertyTypeDescription
tax_idStringTax identification number (CPF or CNPJ) of the receiver.
address_keyStringPix key used to receive the payment (e.g. email, CPF, phone, or EVP).
pspPSP ObjectPayment service provider of the receiver.
accountAccount ObjectBank 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"
  }
}