Recuring Payment With 2 prices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to charge $XX for the first month and $x from the second month onwards until someone cancels it. All this by collecting the payment information once. So when someone adds payment details it should charge $XX and after 30 days of first payment it should charge $X every 30 days? Is it possible?
Right now I have to send 2 separate (one 1 time invoice, and Subscription link) requests. It will most definingly smooth line the whole process.
Customer is aware about auto payments BTW.
Thanks for help,
Dev.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @Devptl,
Thank you for posting to the PayPal community.
Yes, you can achieve this via PayPal Smart Subscription button and by offering "Trial" period(1 month) with "X" amount & "Subscription" period with "Y" amount.
Please follow the below steps via your PayPal account.
Login PayPal.com >> click on "settings icon" >> go to "Account settings" >> Website payments >> PayPal buttons >> select button type "Smart Subscription">>Explore subscription features >> Create plan >> fill the required details.
(Or)
Login PayPal.com >> go to direct link "https://www.paypal.com/buttons/" >> follow the above steps
(Or)
You can also integrate using PayPal Subscription REST API and pass the TRIAL billing as "X" amount & REGULAR billing as "Y" amount .
Please take a look at the Subscription Developer Docs.
https://developer.paypal.com/docs/subscriptions/integrate/
If your still facing any issues, please create a MTS ticket via - https://www.paypal-support.com/s/?language=en_US with the detail information and error details.
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs
- How can I revoke SamCart's access my recurring payments? in NVP/SOAP APIs
- Recurring Payment issue in Braintree Client-side Integration (JS, iOS, Android SDKs)
- use the payment button code with variable price in REST APIs
- Recurring payment managed by merchant server async in REST APIs