Skip to main content
POST
Mark Debit Memo as Used

Path Parameters

debit_memo_id
integer
required

ID of the debit memo to mark as used

Body

Serializer for marking a debit memo as used with a transaction.

transaction_id
integer
required
account_id
integer
required
amount
number<double>
required
Required range: -1000000000000000000 < x < 1000000000000000000
payment_date
string<date>
required
memo
string | null

Response

200 - application/json

Debit memo marked as used successfully