This object represents a payer of the payment.
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)
{
"name": "Bruce Wayne",
"taxId": "37515868066"
}