is it possible to send multiple account creation request in live mode.... ( api.authorize.net/xml/v1/request.api )
i tested using test server ( apitest.authorize.net/xml/v1/request.api) in loop for 10 iterations..it worked...but now i concern in live mode .
can i send multiple account creation request for same card details..??
01-30-2013 09:22 PM
account creation? do you mean mulitple recurring billing subscription?
For ARB duplicaate subscription check is the following
01-31-2013 04:13 AM - edited 01-31-2013 04:13 AM
no..what i wanted is, for same user i would like to create multiple subscription of different package he chooses..??
i tried in loop for 10 iterations in test server, i want to know whether it will work in live mode .
suppose a user, chooses 3 subscription package of different denomination on 1-1-2013, if he wishes to subscribe for another subscription on 15-1-2013, in this scenario, if i update the price, then he will paying the amount only for 15 days. but this is wrong..i think i need to create new account as start date as 15-1-2013..right..??
is it possible to create 3 different account for a single user on 1-1-2013 for same credit card details..??? will Authorize.net accepts this..?? or else do i need to give some delay..??
01-31-2013 08:03 PM
is it possible to create 3 different account for a single user on 1-1-2013 for same credit card details..??? will Authorize.net accepts this..??
Yes, as long as it pass the duplicate subscription check.
or else do i need to give some delay..??
Unlike a credit transaction which run right away all you doing is schedule a transaction to run later, so no delay is required.
suppose a user, chooses 3 subscription package of different denomination on 1-1-2013, if he wishes to subscribe for another subscription on 15-1-2013, in this scenario, if i update the price, then he will paying the amount only for 15 days. but this is wrong..i think i need to create new account as start date as 15-1-2013..right..??
The updated price will only change the charge for the next schedule time.
02-01-2013 04:18 AM