API Reference

This object represents a payer of the payment.

Attributes

name string(128)
The customer’s full name or business name.


taxId string(14)
The tax ID of the payer (CPF for individual payers or CNPJ for businesses payers)

Example

{
  "name": "Bruce Wayne",
  "taxId": "37515868066"
}