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_statusvalue should be either1(to indicate the payment was successful) or0(zero, to log a payment that failed/was declined) - The
gateway_methodvalue MUST be one of:visa,mastercard,american-express,discover,check,paypal,credit,ach
Request
Responses
- 201
- 400
- 401
Object was created successfully
Bad request
Authentication error