Hello!
I faced with problem with creating of ARB subscription with trial period. Need to create subscription with 1 week of trial period and month to month payment after that trial. Can I create such subscription with standard mechanism or should I create 2 subscriptions to implement such behavior?
Thanks in advance.
Solved! Go to Solution.
01-16-2010 01:00 AM - edited 01-16-2010 01:00 AM
Hi uthman,
The only way that it would be possible to not charge your customer during the life of a subscription would be to create all of the payments as trial period payments, except for the last scheduled payment. This would allow you to edit the payment amount to a $0.00 for any scheduled payment necessary, except for the last scheduled payment. A standard, non-trial ARB subscription occurence will not allow you to edit the amount to $0.00.
Also, at least one occurrence in the ARB subscription must be scheduled as a standard, non-trial ARB subscription transaction. If one is not included in the create request, the request will fail to successfully create the subscription.
Thank you,
Elaine
04-21-2011 03:41 PM
Another possibility would be to somehow (see below) know when ARB transactions are submitted and to, if there is enough of a time window be capturing the transaction and batch settlement, to void the 12th one. If the time window is too small or unreliable, then immediately credit the transaction for the full amount.
As for how to know when ARB transactions are submitted, you could either go with SilentPost or use the ARB email notifications.
I don't know to what extent you were hoping for a solution that did not involve programming, but I don't think there is one. However, if you can do it, any one of these three should fit the bill.
04-22-2011 07:29 AM
Hello
i have new problem with trial period
i use arb payment method.
but it charge $120 why it not charge $260 for first time subscription
11-21-2012 01:32 AM - edited 11-21-2012 01:33 AM
Could be a programming issue, can you post your code?
11-21-2012 05:20 AM
I have an issue where I need to do a 2 year subscription cycle, but ARB only allows up to 1 year. I know sort of a way around this, I am doing an AIM payment today, setting up an ARB for 12 months with 1 trial occurance and 2 total occurances. But, just wondering why you can only have ARB for 1 year or less? Any chance at changing this?
12-06-2012 09:36 AM
Hi all,
I have a problem with free trial period.
When user sign up, they will free trial period in 2 weeks, after 2 weeks, they will charged money 10$/month.
When create subcription, I set start date = now addDays 2 weeks, but when I post request to https://secure.authorize.net/gateway/transact.dll, user still charge money immerdiately. ( I hope user will charged money after 2 weeks).
I don't understand where i wrong? Please help me.
07-24-2013 07:46 PM
07-25-2013 04:30 AM
Hi,
I was reading this thread. When you say "I still use AIM to make the first charge". I was thinking to do exactly the same. But what if the ARB has only one charge? For example, a subscription for a month. When the firts month finish, subscription finishes and no other payment should be charged.
I was thinking to use AIM to make the charge and then use an ARB for a month and a $0.01 amount. Do you know if there is a better way to do this?
Thanks in advance!
07-11-2019 01:43 PM
If the subscription is for one month and thery pay up front then you don't really have a subscription. :) Just charge them once. There is no need to create a subscription in ARB at all.
07-12-2019 01:33 PM
We have a situation that I'm hoping someone can provide input on. We use Gravity Forms which currently only allows us to create an ARB in Authorize.net. We have immediate start dates, monthly charges. Moving forward, we are hoping to have the following on submission of form:
1. First Charges Drops immediately in for $50
2. In 2 months, we drop another $50 and continue to drop that $50 every month from there on out.
Is there a way we can accomplish this with a combination of trial and ARB?
04-29-2020 12:22 AM