Create a credit memo
POST/api/v3/transaction/_example/credit
Credit memo transactions mark an invoice paid (either entirely paid, or partially paid for). It acts as a "credit" for purchases, to correct errors like overcharges or returns.
Note: This does not actually charge a credit card or an ACH account. If you're trying to do that, please see the make a payment endpoint.
Notes:
- To record a credit, set
transaction_type=cre - The
gateway_statusvalue should be either1 - The
gateway_methodvalue MUST be one of:credit
Request
Responses
- 201
- 400
- 401
Object was created successfully
Bad request
Authentication error