I am working with paypal first time. I have a product and I want to integrate paypal with it.
I want to achieve the following tasks :
- Client comes to my website and select a plan,which is a monthly recurring plan.
- Then client is redirected to Paypal for payment.
- Client makes payment.
- Return backs to home page.
I have gone through the documentation of paypal and I have the following questions.
- What should I use REST API or Classic Sdk, as I want to create Recurring Profile,Work with EXPRESS-CHECKOUT and REFERENCE TRANSACTIONS.
- I have customers all over globe and it is stated in the documentation that, for the customers in Germany and China , I have to use REFERENCE TRANSACTION.
- Some where in the documentation of Merchant SDK it is stated that the classic API's will be deprecated, so is it a good approach to use Classic SDK
- I also wanted to track the transactions(payment) made by user, so that I can show him the amount that is deducted in each month in his profile details.
Please suggest a feasible solution to my problem.
Thanks in advance.