Skip to main content

Record Payments

Report payments collected from debtors.

Payment Flow

When recording a payment, specify who received it and how to allocate between creditor and your commission. Debitura handles revenue share calculations automatically.

Payment Recipients

RecipientWhen to UseCommission
CollectionPartnerDebtor paid you directlyAutomatically marked paid
CreditorDebtor paid creditor directlyYou specify: paid or unpaid
PlatformPayment through DebituraAutomatically marked paid

When the debtor pays the creditor directly, you must indicate whether the creditor has settled your commission. Update via the Portal when they do.

Allocation Rules

Payouts must sum to the payment amount (within rounding tolerance). The system validates this before accepting the payment.

Closing with Payment

Set closeCase: true on the final payment to automatically close the case as Paid. This requires total payments to be >= the outstanding amount — if they are not, you will receive a 400 error.

To close a case with partial recovery, use the separate POST /cases/{id}/close endpoint with closeCode: "PartiallyPaid" instead.

For endpoint details and all fields, see Create Payment.