Skip to main content

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_status value should be either 1
  • The gateway_method value MUST be one of: credit

Request

Responses

Object was created successfully