Pay with PayPal using Adyen PSP #323
Replies: 2 comments
-
Hello,
This is Victoria Park from PPCP mobile SDK team.
Are you currently using our mobile SDK and if so, can you let me know which version you are using?
From your message, it appears that you are trying to invoke the PayPal checkout by passing a direct URL into ASWebAuthenticationSession. That approach isn’t supported by our SDK.
If there are invalid characters in the URL, and if URL fails validation right away, iOS can display an alert immediately and never call the completion handler.
Let me know how you’re integrating our SDK and I’d be happy to help.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KunJeongPark
-
Hello Victoria, Thanks for replying. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I am trying to use ASWebAuthenticationSession to allow the user to pay with PayPal via a PSP called Adyen.
The web content is displayed and the user can initiate the payment.
However the ASWebAuthenticationSession ’s completionHandler does not get called and an alert is displayed telling me that Safari could not open the url because it is invalid. (please see attachment).
I can’t figure out why it is not working. I would appreciate any kind of help.
Sample code:
Thanks.
PayPal.mov
Beta Was this translation helpful? Give feedback.
All reactions