/seller/payment

This is used for adding funds from the COD balance of the seller.

Request

Parameter NameData TypeParameter TypeRequirementDescription
accountIdIntegerbodymandatoryAccount ID of the seller.
descriptionStringbodymandatoryDescription of the transaction.
codCreditIntegerbodymandatoryCOD amount that needs to be added to the fund.
Minimum value can be 1000, 2000, 5000, 10000 depending on maxAvailableLimit. Maximum value should be less than maxAvailableLimit.
maxAvailableLimit can be fetched from /seller/payment/summary api.

Response

Field NameData TypeDescription
codeIntegerResponse code. Contains an error code in case of any error.
datanull
statusStringStatus message, error message in case of errors.
OK in case of success.
Language
Authorization