cancel
Showing results for 
Search instead for 
Did you mean: 

Recurring with Itemized transaction

Hi,

 

Is it possible to send the Item details in the recurring transaction?

FYI - we are using accept.js

 

Below is how we make the recurring call

 

ApiOperationBase<ANetApiRequest, ANetApiResponse>.MerchantAuthentication = new merchantAuthenticationType()
{
//All login details 
};

 

paymentScheduleTypeInterval interval = new paymentScheduleTypeInterval();

interval.length = 1; 
interval.unit = "monthly";

 

paymentScheduleType schedule = new paymentScheduleType
{
interval = interval,
startDate = DateTime.Now.AddDays(1), // start date should be tomorrow
totalOccurrences = 9999 // 999 indicates no end date
};

customerProfileIdType customerProfile = new customerProfileIdType()
{
customerProfileId = CustomerProfileId
,customerPaymentProfileId = CustomerPaymentProfileId
,customerAddressId = CustomerShippingAddressId
};

 

ARBSubscriptionType subscriptionType = new ARBSubscriptionType()
{
amount = Viewmodel.Amount,
paymentSchedule = schedule,
profile = customerProfile
};

 

var request = new ARBCreateSubscriptionRequest { subscription = subscriptionType };

var controller = new ARBCreateSubscriptionController(request); 
controller.Execute(); //finally we execute.

 

Plesae guide us.

 

Thanks

Karthik.K

 

 

kkantharaj
Member
11 REPLIES 11

this was so helpful for me, even faced the same issue. talktowendys

evapoppy005
Member
How can I download my e Aadhar card?
Yes, once your Aadhaar is generated, you can always download e-Aadhaar letter by clicking on “Download Aadhar” under Aadhaar Enrolment section on uidai.gov.in website.

Thanks for the clarification.

Thanks for addressing this topic. I was looking for the information regarding the same. Keep sharing the info upsers, kudos.

Hammet1t
Member

thanks guys finally my issue is resolve. mobro tubmate

I am perusing these online journals consistent schedule and it gives more helpful and significant data much obliged for sharing Esurveyfaqs.com

jonsmith
Member

I think we both are looking for a similar solution. And thanks to the community for being supportive to us.

 

Regards, Playbox HD Apk

mmcguire
Administrator Administrator
Administrator

Such a great post really good infroamtion i have one doubt .

AlexxRiot
Member