Services Plugins FAQs

Paypal Recurring payments withouth the Trial option

I’ve setup the plugin correctly but i’m having troubles removing the trial option from the billing cycles:

[ { "frequency": { "interval_unit": "MONTH", "interval_count": 1 }, "tenure_type": "TRIAL", "sequence": 1, "total_cycles": 1 }, { "frequency": { "interval_unit": "MONTH", "interval_count": 1 }, "tenure_type": "REGULAR", "sequence": 2, "total_cycles": 12, "pricing_scheme": { "fixed_price": { "value": "10", "currency_code": "USD" } } } ]

What should i change here? :thinking:

Hi, @fvegauppen!

Thanks for reaching out!

Let me check this out and I’ll get back to you asap. Thanks for understanding :pray:

Best, Julia.

1 Like

Hi, @fvegauppen!

I’m reaching back to you. So, to use the plugin in the Live version you need change the environment to ‘Live’ in your Paypal account, get the Client ID and the Token call and set them in your app Tab Plugin-> Settings plugin:

The call you have indicated above is made properly and you don’t need to change anything in it. I mean, this call will work in the Live version if you have changed environment to Live and the Keys as well.

In case if I got you wrong, please clarify a bit more about your trouble and what exactly are you trying to accomplish to help you better.

Best, Julia.

Thanks for the reply. Yeah the Authorizations and client id are ok but i want the clients start paying inmediatly and not after 30 days. So the plugin is only available with the Trial option? No way to disable it?

Hi, @fvegauppen!

Your question is not related to the plugin itself, it is more about Paypal conditions/opportunities. In this case, please take a look at Paypal Subscriptions Integration- Create a plan here.

Hope this helps!
Best, Julia.