Record Order Payment
The “Record Order Payment” API allows to record a payment for an order. Use this endpoint to record payment for an order and update the order status to “Paid”.
POST
Record Order Payment
Headers
API Version
Available options:
2021-07-28 Path Parameters
Order ID
Example:
"5e2d4c8e0e8b4e001c1c4f5d"
Body
application/json
location Id / company Id based on altType
Example:
"6578278e879ad2646715ba9c"
Alt Type
Available options:
location Example:
"location"
manual payment method
Available options:
cash, card, cheque, bank_transfer, other Example:
"card"
Any note to be recorded with the transaction
Example:
"This was a direct payment"
Amount to be paid against the invoice.
Example:
100
Meta data to be recorded with the transaction
Indicates if the order is intended to be a partial payment.
Response
Successful response
Success status of the request
Example:
true
Last modified on March 8, 2026
Record Order Payment