At the moment, we don't have a single endpoint or a feature on the Dashboard for a free trial period of a subscription. However, it's possible to implement this from your end using tokenization.
To run a trial version for a subscription service, here is what you can do:
1. Tokenize the card: You'd need to tokenize the card first by charging the user a tiny amount. Please see how to tokenize a card here.
2. Verify the transaction: When you verify the transaction, it returns, amongst other things, a customer code and an authorization code.
3. Subscribe the customer to the plan when the trial period is over: By now you should have created a Subscription Plan to which you'll subscribe the customer. Whenever you're ready to start billing the customer for that plan, call the "create subscription" endpoints, passing the customer code, the authorization token, and the plan code and your customer will be subscribed.
Important to Note
Please be sure to notify the customer in advance that they'll be charged for the purpose of tokenizing the payment card. You can also refund this amount once the transaction is successful.
Comments
0 comments
Article is closed for comments.