Payments
Record payment
Record a payment against a claim. The payment will automatically update the claim’s paid and outstanding amounts.
Note: The method field is mapped to payment_method internally.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the claim to record payment for
Body
application/json
Payment amount in EUR
Required range:
x >= 0.01Example:
500
Currency (always EUR)
Available options:
EUR Payment method. Valid values:
- bank_transfer, credit_card, debit_card, direct_debit, cash, check, paypal, sepa, card, online_payment, mobile_payment, other
Available options:
bank_transfer, credit_card, debit_card, direct_debit, cash, check, paypal, sepa, card, online_payment, mobile_payment, other Example:
"bank_transfer"
Date when payment was made (defaults to today if not provided)
Example:
"2025-10-01"
Optional notes about this payment
Example:
"First installment of payment plan"
IBAN of the account payment came from
Example:
"DE89370400440532013000"