Skip to main content
POST
Void a debit memo on a payment link

Authorizations

Authorization
string
header
required

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

Path Parameters

ID of the payment link the memo belongs to

debitMemoId
string
required

ID of the debit memo (from debitMemos[].id)

Response

The voided memo and the payment link with its lowered total

debitMemo
object
required
overCollectedAmountCents
integer<int64>
required

What your customer already paid beyond the link's new total, because they paid the memo before it was voided. 0 when nothing was over-collected.

Example:

0