get http://staging-apigateway.snapdeal.com/seller-api/seller/payment/summary
Returns different types of amounts for the seller. Funds available, COD limit, eligible limit, percentage of COD eligible for ads etc.
Response
| Field Name | Data Type | Description |
|---|---|---|
| code | Integer | Response code. Contains an error code in case of any error. |
| data | Object | JSON objects representing NEFT details. |
| data.maxEligibleAmount | Integer | Eligible limit from COD amount that can be added to funds. |
| data.availableAmount | Integer | Current funds available for advertising. |
| data.codAmount | Integer | COD balance of the seller. |
| data.minEligibleAmount | Integer | Minimum amount that can be added from COD limit. |
| data.maxEligiblePercentage | Integer | Percentage of COD eligible for advertisement. |
| status | String | Status message, error message in case of errors. OK in case of success. |
