recurring payments when price maybe changed and price have 2 decimal point

siamacg
Contributor
Contributor

Hi

In my case we have a shop that have many products maybe 10000 products

These products  has price like this

product1 , 13.34$

produuct2 , 25.48$

 

I want to implements  recurring payments for users , that not forced to for future buy , need to login to paypla.

In the other word , if user1 buy for first time product1089 then if user after a 10days , back to site and want to buy another product don't need to doign any actions with paypal , only one button in our site that he clicked and his payment successfully executed.

is it possible?

I read this document

https://developer.paypal.com/docs/subscriptions/

buy in this document i have some problems

1.I have many products

2.the price has 2 decimal point

 

Is it possible ?? Or i must use another solution or apis ?

 

Login to Me Too
2 REPLIES 2

MTS_John
Moderator
Moderator

Hello @siamacg

 

Thank you for posting to the PayPal Merchant Community.

 

The ability to save PayPal and Cards can be done by saving payment methods for later purchases [https://developer.paypal.com/docs/checkout/save-payment-methods/purchase-later/js-sdk/paypal/#link-a.... You will see on our developer site there are a few different ways to do this, and our platform allows you to save PayPal accounts and cards this way.

 

If you have any additional questions please feel free to comment here and be sure to 'at' me so I receive a notification or file a ticket at www.paypal.com/mts

 

Sincerely,
John
MTS
PayPal

If you found this post helpful, please give it a kudos or accept it as a solution so it can help others with similar questions.

Login to Me Too

siamacg
Contributor
Contributor

Hi , thanks for your answer

I have 2 problem

1.In this link speak about JS SDK but i dont have any javascript in my code my backend with php/laravel and client is mobile app with flutter

is it true in my case use this solution?

https://developer.paypal.com/docs/checkout/save-payment-methods/purchase-later/payment-tokens-api/pa...

2.Document syas 

Set up your sandbox and live business accounts to save payment methods:

  1. Log in to the Developer Dashboard.
  2. Under REST API apps, select your app name.
  3. Under Sandbox App Settings > App Feature Options, check Accept payments.
  4. Expand Advanced options. Confirm that Vault is selected.

    in my sandbox developer profile i dont have any Advanced options under

    i have only this itemsAccept Payments


Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.