Create Carnê
documentedCreate a Carnê for generating multiple boletos with periodic vencimentos.
POST /v1/installmentsCobrançasno implementation yet0 runsNo 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}}"} }'