/seller/v1/setupPayment

Set up recurring payment for the campaign ID's in the request.

Request

ParametersData TypeDescription
campaignIdsListList of campaign ID's for which payment is to be done.
isTopUpEnabledBooleanSet to true if top up feature accepted by the seller.
topUpIntervalStringDetermine the frequency of the top up to be done.
isLoanAcceptedBooleanSet to true if seller accepted the loan feature.
campaignBudgetDoubleTotal budget of the campaigns passed in the request.
recurringBudgetDoubleRecurring budget of the campaigns passed in the request.

Response

ParametersData TypeDescription
campaignsListList of campaigns with details like campaign name, total budget,recurring budget,price unit,price type.
isTopUpEnabledBooleanSet to true if top up is enabled by the seller.
topUpIntervalStringFrequency of the top up to be done for the campaigns.
isLoanAcceptedBooleanSet to true if loan is accepted by the seller.
loanAmountDoubleLoan value given to the seller.
campaignBudgetDoubleCampaign's total budget value.
totalTaxPercentageDoubletotal tax percentage on payment done for the campaigns.
codDebitedDoubleamount debited through COD outstanding.
Language
Authorization