cancel
Showing results for 
Search instead for 
Did you mean: 

ARB trial with no charges

Hi, 

 

I need to know if is it possible to crate a 1 month ARB Free Trial for 20 days for free (no charges). How can I do that? Below values would be right?

 

"paymentSchedule": {

         "interval": {

                     "length": "20",

                      "unit": "days"

                       }, "

                startDate": "2019-07-12",

                "totalOccurrences": "0",

                "trialOccurrences": "1"

},

"amount": "0.00",

"trialAmount": "0.00",

mzelener
Member
1 REPLY 1

Let me summarize, and let me know if I have it wrong:

 

You want 20 free days and then the subscription should end.

or

You want 20 free days and then the subscription should charge monthly.

 

I see a few issues with the parameters you are trying. If you use unit "days", length "20", the subscription is set up to run every 20 days. The way I am reading your post, I think you want it to run daily. This won't work, as the minimum length for days is 7 (resulting in a charge once a week). There isn't a way to break down a monthly subscription by a different unit (days) for a trial. For a monthly subscription, you can do a trial month but not a portion of a  month.

 

The api won't let you submit a subscription with the amount = $0.00, but that value is ok for a trial.

 

 

 

 

mmcguire
Administrator Administrator
Administrator