Skip to main content
POST
Mark Credit Memo as Used

Path Parameters

credit_memo_id
integer
required

ID of the credit memo to mark as used

Body

Serializer for marking a credit 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

Credit memo marked as used successfully