post http://staging-apigateway.snapdeal.com/seller-api/seller/v1/setupPayment
Set up recurring payment for the campaign ID's in the request.
Request
| Parameters | Data Type | Description |
|---|---|---|
| campaignIds | List | List of campaign ID's for which payment is to be done. |
| isTopUpEnabled | Boolean | Set to true if top up feature accepted by the seller. |
| topUpInterval | String | Determine the frequency of the top up to be done. |
| isLoanAccepted | Boolean | Set to true if seller accepted the loan feature. |
| campaignBudget | Double | Total budget of the campaigns passed in the request. |
| recurringBudget | Double | Recurring budget of the campaigns passed in the request. |
Response
| Parameters | Data Type | Description |
|---|---|---|
| campaigns | List | List of campaigns with details like campaign name, total budget,recurring budget,price unit,price type. |
| isTopUpEnabled | Boolean | Set to true if top up is enabled by the seller. |
| topUpInterval | String | Frequency of the top up to be done for the campaigns. |
| isLoanAccepted | Boolean | Set to true if loan is accepted by the seller. |
| loanAmount | Double | Loan value given to the seller. |
| campaignBudget | Double | Campaign's total budget value. |
| totalTaxPercentage | Double | total tax percentage on payment done for the campaigns. |
| codDebited | Double | amount debited through COD outstanding. |
