Credit Memos

Apply credit memo

post/v3/credit-memos/{id}/applications

Path parameters

idstring required

Credit memo ID

Request body

invoiceIdstring required

Invoice ID

amountnumber

Amount to apply. Required for all integrations except Rillet; Rillet does not support partial credit memo applications.

Example request

{
  "invoiceId": "123e4567-e89b-12d3-a456-426614174000",
  "amount": 100
}

Response

Credit memo application created successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.