Skip to main content

Create Credit Memo

POST 

/creditMemos

Creates a credit memo linked to an existing payer customer.

Required body fields: extId, extKey, amount, amountRemaining, extCustomerId, extCreationDate, extPostedDate, and status (active or cancelled).

Customer must exist first: extCustomerId must match a payer customer already created via Create Customer.

Dates: extCreationDate and extPostedDate accept MM-DD-YYYY, MM/DD/YYYY, or MM.DD.YYYY (ISO YYYY-MM-DD is rejected).

Amounts: Send JSON numbers (for example 25.0 or 25) — string amounts such as "25.00" return 422 validation errors.

Request

Responses

Created