Create CNAB
documentedCreate a CNAB submission.
POST /v1/cnabCNAB (Remessa)no 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-sandbox.kobana.com.br/v1/remittances" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"external_id": "{{$external_id}}", "description": "{{$description}}", "amount": {{$amount}}, "due_date": "{{$due_date}}", "customer": {"name": "{{$customer_name}}", "document": "{{$customer_document}}", "email": "{{$customer_email}}"}, "bank_account_id": "{{$bank_account_id}}", "bank_code": "{{$bank_code}}", "cnab_format": "CNAB400"}' }