Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

claim_id
string<uuid>
required

UUID of the claim to record payment for

Body

application/json
amount
number
required

Payment amount in EUR

Required range: x >= 0.01
Example:

500

currency
enum<string>
default:EUR
required

Currency (always EUR)

Available options:
EUR
method
enum<string>
required

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"

payment_date
string<date>

Date when payment was made (defaults to today if not provided)

Example:

"2025-10-01"

notes
string

Optional notes about this payment

Example:

"First installment of payment plan"

iban
string

IBAN of the account payment came from

Example:

"DE89370400440532013000"

Response

Payment recorded

success
boolean
data
object