Paypal Pro SDK/Hosted Pages help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Team,
I went through almost all the documents provided by paypal for Paypal Pro.
There are two way to implement Paypal Pro.One is hosted pages and second is using Paypal Pro SDK.
1.Hosted Page.
Does it support recurring payment?
2.Paypal Pro Java SDK
1.Can we modify billing profile without customer confirmation or without payment information?
2.Do we need to store customer payment information to modify customer billing profile using paypal pro java sdk?
3.Do we need to create our own pages if we follow paypal pro java sdk?Or is there any way to use paypal pro pages.
Please provide your response as soon as possible.
Regards,
Mayank Patel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is some information on Recurring Payments using the Hosted Checkout Pages.
You can create a Recurring Payment's Profile from an existing Transaction ID that was processed through the Hosted Checkout Pages.
If the transactions is a Credit Card Transaction then the ORIGID which is the Transaction ID is needed to create the Recurring Payment's Profile.
If the transaction is a PayPal Transaction then a Billing Agreement is needed.
Please keep in mind that you need to obtain consent from your buyers to create a Recurring Profile.
From the PayPal Developer Site:
"Specify the PNREF
(TransactionID) of the transaction to use it as a template, and optionally supply additional payment data."
Here is an example from a Credit Card Transaction request from the PayPal Developer Site:
TRXTYPE=R&TENDER=C&PARTNER=PayPal&VENDOR=Acme&USER=Acme&PWD=a1b2c3d4&ACTION=A
&PROFILENAME=RegularSubscription&ORIGID=XYZ123&START=12012013&PAYPERIOD=WEEK&TERM=12
&OPTIONALTRX=S&OPTIONALTRXAMT=2.00&COMMENT1=First-time customer&AMT=42.00
Thank you,
Jennifer
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Error message for obtaining access_token in REST APIs
- where does paypal payments go to if there is no linked phone or email to the seller ? in PayPal Payments Standard
- Couldn't receive International payment in PayPal Payments Standard
- Which api can get oauth2.0 authorization_code? in REST APIs
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs