Sign in

Update payment method

documented

Update a payment method

PUT /api2/betaalmethoden/{id}Payment Methodsno 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_subdomain}}.recras.nl/api2/betaalmethoden/{{$id}}" \
  -X PUT \
  -H "Authorization: Bearer {{RECRAS_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"id": {{$id}}, "naam": "{{$naam}}", "weergeven_in_kassa": {{$weergeven_in_kassa}}, "bevestiging_mailen": {{$bevestiging_mailen}}, "type": "{{$type}}", "ledger_number": "{{$ledger_number}}"}'
Update payment method · Recras · OpenIntegrations