- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trial Period and ARB
I was wondering how I could implement a 30 day free trial period with and Annual Subscription with one yearly recurring charge using the SDK. Any ideas or solutions would be appreciated. Thanks
โ12-24-2014 02:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
push the start date to 30 day out.
โ12-25-2014 06:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the suggestion. I tried that and the charge still occurs at the time of the transaction and not in 30 days. I probably should have specified that part of the requirement. The goal would be to have the subscription and the first annual charge occur 30 days from the intial transaction/subscription signup.
โ12-25-2014 07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried that and the charge still occurs at the time of the transaction
That tell me you are doing an AIM transaction for the first transaction as ARB do NOT create a transaction until the start date(will need to be at least next day). You can change the transaction to auth_only to validation the credit card, just void it after.
โ12-25-2014 12:53 PM - edited โ12-25-2014 12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I appreciate all of the help. But just to make sure I understand what you are saying. When ordering an annual subscription from my clients website, to allow for a 30 day free trial.
After the customer orders the subcription, only do an auth only charge using the SDK.
Manually void this transaction from the merchant interface.
Then in 30 days, manually creat the subscription from the merchant interface.
If that is the right way to do it, is there any way to handle it through the SDK all at the time the subscription is purchased?
Thanks!
โ12-25-2014 02:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No. If the only thing you use was ARB and you set the start date to 30 days away. It will work just fine.
But the way you said it create a transaction when you create the ARB, that just don't happen because ARB do not create any transaction until the start date. So you might be doing something else.
โ12-26-2014 01:46 PM

