Sign in

Create Carnê

documented

Create a Carnê for generating multiple boletos with periodic vencimentos.

POST /v1/installmentsCobrançasno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.kobana.com.br/v1/installments" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"installment": {"bank_billet_account_id": {{$bank_billet_account_id}}, "amount": {{$amount}}, "total": {{$total}}, "cycle": "{{$cycle}}", "start_at": "{{$start_at}}", "description": "{{$description}}", "customer_person_name": "{{$customer_person_name}}", "customer_cnpj_cpf": "{{$customer_cnpj_cpf}}"} }'
Create Carnê · Kobana · OpenIntegrations