{
"amount_cents": 1000,
"due_date": "2025-07-24T15:11:32.811Z",
"assume_fee": false,
"additional_information": "Teste",
"payment_method": "BOLETO",
"payer": {
"name": "JOSE GABRIEL CAVALCANTE TEODORO",
"document_number": "23947524838",
"document_type": "NATURAL",
"email": "oi@gabrielteodoro.com"
},
"recipient": {
"name": "SETFIN CONSULTORIA LTDA",
"email": "financeiro@setfin.com.br",
"pix_key": "financeiro@setfin.com.br",
"pix_type": "EMAIL"
}
}curl --location --request POST 'https://connect.setfin.com.br/v1/companies/efaa8515-33b7-4aa4-bac3-24934d0abc23/billings' \
--header 'Authorization: Bearer <seu_token_jwt>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount_cents": 1000,
"due_date": "2025-07-24T15:11:32.811Z",
"assume_fee": false,
"additional_information": "Teste",
"payment_method": "BOLETO",
"payer": {
"name": "JOSE GABRIEL CAVALCANTE TEODORO",
"document_number": "23947524838",
"document_type": "NATURAL",
"email": "oi@gabrielteodoro.com"
},
"recipient": {
"name": "SETFIN CONSULTORIA LTDA",
"email": "financeiro@setfin.com.br",
"pix_key": "financeiro@setfin.com.br",
"pix_type": "EMAIL"
}
}'{
"amount_cents": 1000,
"due_date": "2025-08-01",
"assume_fee": false,
"additional_information": "Teste",
"payment_method": "BOLETO",
"payer": {
"name": "JOSE GABRIEL CAVALCANTE TEODORO",
"document_number": "23947524838",
"document_type": "NATURAL",
"email": "oi@gabrielteodoro.com"
},
"recipient": {
"name": "SETFIN CONSULTORIA LTDA",
"email": "financeiro@setfin.com.br",
"pix_key": "financeiro@setfin.com.br",
"pix_type": "EMAIL"
}
}