LowCodeAPI
  • Payments(3)
    • POST
      Mark as Paid
    • PUT
      Update Payment
    • POST
      Refund Payment
POST
PUT
POST
POST
https://api.lowcodeapi.com/zohocommerce/store/api/v1/salesorders/salesorders_id/payments
Path Parameters 1
salesorders_id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Request Payload

The payload will be sent as a application/json as a part of the request body.

Path Parameters
salesorders_id*string
Salesorder Id
Payload
payment_modestring*
Mode through which payment is made. This can be check, cash, credit card, bank transfer, bank remittance, auto transaction, or others. Maximum length = 100
amountnumber*
Amount paid in the respective payment
reference_numberstring*
Reference number generated for the payment. A string of your choice can also be used as the reference number. Maximum length of the reference number = 100
datestring*
Date on which payment is made. Date Format [yyyy-mm-dd]
descriptionstring
Description about the payment
Response
API response data will be shown here once the request is completed.
Zoho Commerce