Paypal IPN Broadcast to multiple websites [duplicate] - paypal

This question already has answers here:
Paypal multiple IPN setup
(2 answers)
Closed 9 years ago.
I've been trying to find a solution for this for months but i couldn't...
Paypal only allows me to put one IPN address, but i need more than one for my membership sites to work and other scripts.
How can the Paypal IPN message be broadcast to multiple locations instantly?
Please tell me in a newbie way.
Thanks!

How are you processing paypal payments?
With PayPal Payments Standard, you can supply a different notify_url for each membership site that will be used as the IPN endpoint for those transactions' notification.

Related

PayPal Adaptive Payments is automatically refunding orders [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
On some occasions our customers are reporting that their payments from their customers are being automatically refunded.
We've noticed that this seems to be increasing over time.
When the refund occurs sometimes the users are presented with an error message like "Sorry your payment could not be completed at this time, please try again later".
We are using an adaptive payment setup with multiple receivers (2 to be exact).
Has anyone had this issue, is it an integration issue, or any work arounds?
Also we're using the PHP sdk.
Typically this occurs when the some of the recipients are not able to receive funds.
Some scenarios I'm aware of:
A receiver account has an issue or restriction that prevents it from receiving any PayPal payments at all.
Primary receiver of the chained payment is a Mexican PayPal account, which due to local regulations cannot hold or use a balance to forward funds to the secondary receiver, and so the adaptive payment will always be reversed (no workaround, chained payments cannot be used to an MX primary)
A chained secondary receiver is in one of certain Caribbean and smaller island countries that requires some kind of auto-sweep withdrawal method
If your user isn't able to determine what's wrong by logging into their account and reviewing messages there, they'll need to contact PayPal's support to ask about the reversals. It could be one of the reasons above or some other account issue
But basically these are account or country issues that cause an error with part of the payment, not a programming issue.
And by default, Adaptive Payments have reverseAllPaymentsOnError::yes. This is a payment creation setting, and likely something you want to keep as-is
Adaptive is a legacy product and support ended for new integrations in Dec of 2017, so you will want to see if you can become a PayPal partner and move to something new like the Commerce Platform, https://developer.paypal.com/docs/commerce-platform/onboarding/partner-onboarding/

Which paypal service should I use [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
In my web application (spring mvc + jsp), I have to implement payment process which I will take the money of someone (i.e buyer), deposit to someone else (i.e seller), and keep a portion for myself (i.e commission). I would like the process will perform on my website instead of redirecting to paypal. I have tried to search for the service that I need, but after a while of reading it, I am very confused. I am thinking I may need some mix between Adaptive Payment or Website Payment Pro. However, I think that Paypal would also provide a service that I am searching for, but I haven't found yet. So would anyone mind to help me out of this confusion please?
In order to do the payment split as part of checkout you would need to use Adaptive Payments, specifically the Pay API with a chained payment. Unfortunately, you can't avoid redirecting the user to PayPal with this method.
If that's a must, then you'll need to go with Payments Pro, but then you can't do the split within a single checkout, and you can't split the fees up among the receivers. So you'll end up paying a fee when you receive the money, and then when you send the money there will be another fee there, too. Also, if you go that route you would be responsible for any chargebacks that occur, so this is simply not recommended.

How to confirm a sandbox paypal account [duplicate]

This question already has answers here:
Confirm PayPal sandbox account email
(3 answers)
Closed 2 years ago.
I'm trying paypal adaptative payments, I create 2 business accounts on paypal sandbox to make a chained payment here:
https://www.sandbox.paypal.com/webapps/mpp/merchant
I set up a ficticious card number, now I have $20 MXN there, everything is ok, I just get the error:
Account my-account#gmail.com isn't confirmed by PayPal
I'm not receiving any message from paypal to verify account.
Ok.. so this is how PayPal sandbox works:-
You need to have a valid PayPal account to login to PayPal developer sandbox. If you don't have one, then you'd be asked to create a new account.
Once you login to sandbox, you can create several fictitious users - email addresses of these users will usually have _api1 suffixed to the email address - example foobar_api1#gmail.com
I believe, PayPal might be asking you to confirm the account created in step 1 - you might have created a new PayPal account to login to sandbox which might verification in pending state. Double check that and I think your issue will be resolved.

use same paypal ipn for multiple stores [duplicate]

This question already has answers here:
Paypal multiple IPN setup
(2 answers)
Closed 9 years ago.
I am building a WordPress website using:
Sugar Events Calendar & Sugar Events Calendar & Gravity Forms Integration plugin
WooCommerce store selling a couple of products
I have enabled the PayPal IPN and specified the URL for your listener in the Notification URL field. I used the Gravity Forms URL from the plugin.
So, I am ( want to ) using PayPal IPN (Basic PayPal service) with Multiple Stores With 1 Paypal Account. I am not sure how this will work when there is a purchase from the WooCommerce store. I think they will get the Gravity Forms notification? Do I need a script to dynamically call the notification form each store?
Thanks,
Doak
You can pass over the IPN URL that you want to use with each transaction. If you are using Website Payments Standard, you can use the variable notify_url. Then just set your value to the IPN URL that you want to use.

PayPal recurring payments [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am explaining by example:
A customer goes to the website and buys a service and opt for recurring payment. To complete the transaction, customer is redirected to the PayPal site. Customer does not have PayPal account and opt to pay via credit card. In such scenario is it possible for a customer to complete the transaction as a recurring transaction. If not then it is OK, but if it is so then later ON how customer can cancels this subscription as he has no account to log on to PayPal.
PayPal now has an add-on for Website Payments Standard called "Enhanced Recurring Payments" that makes it possible now to have recurring payments without making your customers signup for PayPal. It costs $19.95/month extra to use this. The add-on also adds a few other features, like Installment payments, and Automatic Billing.
Here's a link to their overview page.
While Chris Kuehl is right for Website Standard Payments, you can use Website Payments Pro (WPP) to set up recurring payments using the WPP API. Using the WPP API will allow for recurring payments to be processed via credit card without the customer needing to use a paypal account. For more information on how to use WPP, see:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPWebsitePaymentsPro
or download the WPP Guide in PDF
https://cms.paypal.com/cms_content/en_US/files/developer/PP_WPP_IntegrationGuide.pdf
You can refer this link.
Where site owner can use PAYPAL PRO method to use this API and make transaction successful..
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_CreateRecurringPayments
If site owner do not use this method then He/She can continue with current method and customer can payment via Credit card from paypal site.
Thanks.
It is possible to create recurring profile without customer signup.
check this,
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPRecurringPayments#id08669F0705Z
or check this question post by me,
How to Set end date for paypal Recurring Payments With Direct Payment?