Update Payment
OAuthScope
ZohoCommerce.customerpayments.UPDATE
HTTP Request
PUThttps://commerce.zoho.com/store/api/v1/salesorders/{order_id}/payments/{payment_id}
Body Parameters
Parameter | Description |
payment_mode* | string: Mode through which payment is made. This can be check, cash, credit card, bank transfer, bank remittance, auto transaction, or others. Maximum length = [100]. |
amount* | double: Amount paid in the respective payment. |
reference_number* | string: 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]. |
date* | string: Date on which payment is made. Date Format [yyyy-mm-dd]. |
description | string: Description about the payment. |
Request Example
Copied
Success Response
Copied
Failure Response
Copied