-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain paypal payment flow: RECEIVING_PREFERENCE_MANDATES_MANUAL_ACTION #12
Comments
|
This is a good question. I had to dig a bit myself to find the answer. If you head here in the docs (via the navigation bar on the left In this case it's as follows:
This seems to indicate that you've captured a payment in a currency outside the receiving preferences for your account (as the payee). For more help with your account setup, you'll need to reach out directly to support as our team doesn't have access to you or anyone's account, and can't view it's configuration or any related detail nor have we the knowledge to make any changes. |
Thank you and sorry for long response time. It is not my account I'm implementing for friend and it's payments preference looks like this which is good i think. That yellow note seems warning of something related to my problem.. Will investigate that links to get more info. Currently Paypal V1 is working good on that account but we are trying to migrate to V2. Sadly that I can't just write support ticket to paypal.. Thanks for you time! |
Im testing in sandbox environment, using ngrok to local website, webhook's is coming all is good.. But I do not understand maybe fully flow of paypal payments.
now after i capture the order, i got status: PENDING and reason: RECEIVING_PREFERENCE_MANDATES_MANUAL_ACTION
So can someone please explain paypal payment flow and what that reason means? Thanks!
The text was updated successfully, but these errors were encountered: