address_city | String - Mandatory - Not Empty | Contains your customer city address. | "São Paulo" |
address_complement | String - Mandatory - Not Empty | Contains the complement for your customer address. | "Second Floor" |
address_neighborhood | String - Mandatory - Not Empty | Contains the neighborhood of your customer address. | "Brooklyn" |
address_number | String - Mandatory - Not Empty | Contains the number related to your customer address. | "356" |
address_state | AddressStateEnum - Mandatory - Not Empty | Contains the State abbreviation where your customer is located. | "SP" |
address_street | String - Mandatory - Not Empty | The street name of your customer address. | "Avenida Paulista" |
address_zip_code | String - Mandatory - Not Empty | The zip code of your customer address. | "01405-001" |
amount | Number - Mandatory - Not Empty | The total amount of the billing/invoice in BRL cents, without comma. | 10050 |
type | BillingTypeStrEnum - Mandatory - Not Empty | Payment method type. | "pix" |
boleto_pdf | String - Optional - Not Empty | Downloadable URL path for the PDF boleto file. | "https://yourdomain.com.br/path_to_file/boleto.pdf" |
boleto_base64 | String - Optional - Not Empty | Base64 that generates a PDF boleto file. | - |
boleto | Boleto - Optional - Not Empty | Details for generating a PDF boleto when "type" is "generic". | See field descriptions |
by_mail | Boolean - Mandatory - Not Empty | Indicates if the billing/invoice communication should be sent by email. | "true" |
by_whatsapp | Boolean - Mandatory - Not Empty | Indicates if the billing/invoice communication should be sent by WhatsApp. | "false" |
customer_document | String - Mandatory - Not Empty | CPF (11 digits) or CNPJ (14 digits). | "75730786000100" |
code | String - Optional - Not Empty | Typefull line code of the generated boleto when payment_method is "generic". | "45454 45454656465 5454564656 61 46445456465465" |
hash | String - Optional - Not Empty | "Pix Copia e Cola" line code of the generated pix when payment_method is "generic". | "45454 45454656465 5454564656 61 46445456465465" |
customer_mail | String - Mandatory - Not Empty | The main email address where your customer will receive billing/invoice communications. | "customer@gmail.com" |
customer_name | String - Mandatory - Not Empty | Your customer name. | "Maria Quinteros" |
customer_phone | String - Mandatory - Not Empty | Customer phone number including country code. | "+5511987654321" |
customer_secondary_phone | String - Optional - Empty | Secondary phone number. | "+5511987654321" |
discount_before_payment | Number - Mandatory - Not Empty | Percentage discount if paid before the due date. | 5 |
discount_before_payment_due_date | Number - Mandatory - Not Empty | Days before the due date when discount applies. | 5 |
due_date | Number - Mandatory - Not Empty | Due date as Unix Timestamp. | 1678316400 |
fees | Number - Mandatory - Not Empty | Monthly fine percentage if unpaid. | 1 |
fine | Number - Mandatory - Not Empty | Fine percentage for late payment. | 2 |
installment_type | InstallmentTypeStrEnum - Optional - Not Empty | Type of installment for due date calculation. | "monthly" |
installments | Number - Mandatory - Not Empty | Number of installments. | 2 |
installments_data | List [InstallmentDataEnum] - Optional - Not Empty | Object containing installment details. | See JSON example |
integration_identifier | String - Optional - Not Empty | Custom invoice identifier. | "Neofin-103923" |
nfe_number | String - Optional - Not Empty | Invoice/receipt identifier. | "123123123" |
recipients | List[String] - Optional - Not Empty | Emails to receive billing in CC. | ["email1@company.com", "email2@company.com"] |
description | String - Optional - Not Empty | Comment or description of a billing. | "Thanks for paying." |