Create one or more Credit Memos (max 100)
Scopes: credit_memo:create
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Optional external entity identifier that performed the action
Path Parameters
Body
100The ID of the Customer to issue the credit to
"cus_ApaM9xeQtNyVk5qpaHJbNj"
The number of the credit memo. Must be unique per business.
255"CM-001"
The amount of the credit memo. Must be greater than zero.
x > 0100
Description of the credit memo
255The date and time the credit memo was issued. Defaults to now.
"2026-01-15T00:00:00Z"
Inline tag input. Each field maps to either a single value (string, e.g. 'NYC') or a list of {value, amount} objects to allocate the credit memo across multiple values. The tag field must already exist; values are created automatically if missing. Per-field sum of amounts must not exceed the credit memo amount.
{ "Location": "NYC" }