Sign in

Create invoice payment

documented

Create a payment for an invoice

POST /api2/facturen/{id}/betalingenInvoice Paymentsno 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://{{$RECRAS_BASE_URL}}/api2/facturen/{{$id}}/betalingen" \
  -X POST \
  -H "Authorization: Bearer {{RECRAS_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"betaalmethode_id": {{$betaalmethode_id}}, "bedrag": {{$bedrag}}, "wanneer": "{{$wanneer}}"}'