The Account Object

Object that represents a bank account in a Pix transaction.

PropertyTypeDescription
account_numberStringAccount number.
account_typeStringType of account. Can be CACC (checking) or SVGS (savings).
branchStringBank branch number.

Example

{
  "account_number": "1234567",
  "account_type": "CACC",
  "branch": "0001"
}