Skip to main content

Record offline payment

POST 

/api/v3/transaction/_example/offline

Payment transactions mark an invoice paid (either entirely paid, or partially paid for).

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 payment, set transaction_type=pay
  • The gateway_status value should be either 1 (to indicate the payment was successful) or 0 (zero, to log a payment that failed/was declined)
  • The gateway_method value MUST be one of: visa, mastercard, american-express, discover, check, paypal, credit, ach

Request

Responses

Object was created successfully