Can we integrate Paypal Adaptive payment method with DoDirectPayment method of Paypal? So that user can pay to multiple receivers using DoDirectPayment Card Method.
If yes then what should be the variables to be sent to Paypal?
Any example code or any link with explanation will be very helpful.
Thanks
Related
Are 'senders' required to have or set up a PayPal account when using Adaptive payments>Chained Payments? It's not a problem for the receivers but for the senders, a lot of people just want to use their credit card to pay and don't wish to set up a PalPal account just to check out.
Sender is not required to have a PayPal account when making Adaptive Chained Payments. Below is a screen shot of my recent test on their sandbox site for Adaptive payments -> Chained Payments .
PayPal Credit is the very important feature now becoming widely used by most of the PayPal users. It is really an issue that this couldn't be facilitated if the store servers PayPal Adaptive Payment Method.
Can we expect this feature (PayPal Credit) will work anyway soon in Adaptive Method.
Can PayPal experts confirms?
Thank you in Advance
To accept PayPal payments I see there are the following options for developer:
Express Checkout
PayPal Payments Standard
PayPal Payments Advanced
Which of these options accept the credit/debit cards without the buyer has the PayPal account?
With Express Checkout is possible?
I used express checkout to accept payments even if the customer does not have a paypal account
You need to set PayPal Account Optional in your account/sandbox and set SOLUTIONTYPE=Sole in the SetExpressCheckout API call.
Express Checkout: in which user needs to have a valid Paypal account.
PayPal Payments Standard and PayPal Payments Advanced are the two solutions offered by Paypal having different features, you can see a comparison of both here.
Another method is Direct Payment (i.e. in which user can pay with credit cards directly without having any Paypal account). Direct Payment API
For this direct payment api you need to enable Website Payment Pro WPP , here you can get info about WPP.
I have a doubt regarding how to make recurring payments with Paypal Payment Pro(Direct Payment).Which API I should call first DoDirectPayment API OR CreateRecurringPaymentsProfile API for making payment.Will calling CreateRecurringPaymentsProfile API alone will make payment? I'm getting confused.
Binta
For recurring payments based on credit card data ('DPRP'), you can immediately call CreateRecurringPaymentsProfile and the recurring payment will be created immediately.
CreateRecurringPaymentsProfile will create the recurring payment and ensure it's billed on the period you told it to in the request.
is it possible to make a payment with user's paypal balance using Direct Payment? I know that Direct Payment offers recurring payments but I'd like to use it not only for credit cards but for paypal account balance too. Is it possible or not at all?
Thanks
Only the Express Checkout paypal api allows it...
Check out the documentation for paypal's Express Checkout
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPGettingStarted
I do not believe that the Direct Payment option allows it at all.