Skip to content
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

Recurly PayPal does not function in Facebook's in-app browser #813

Open
bark-pcloeter opened this issue Apr 19, 2023 · 1 comment
Open

Comments

@bark-pcloeter
Copy link

It is not possible to utilize PayPal in Facebook's browser, which is noted in your documentation here:

Checking out via Facebook's in-app browser is not currently supported. This is due to Facebook's browser not supporting tabbed browsing, which prevents the PayPal checkout flow from displaying correctly.

Can you get a fix for this on your roadmap as soon as possible? Non-recurly PayPal functionality works as expected there, and the alternative is a custom integration (which is not advised by Recurly).

@cbarton
Copy link
Member

cbarton commented Apr 25, 2023

Hey @bark-pcloeter, thanks for the issue! We have added support for this functionality to the PayPal roadmap as they have fixed their support for in-app browsers.

The Recurly API supports specifying the billing_info.paypal_billing_agreement_id on the various purchase calls, so while this enhancement works its way through the backlog, I would recommend integrating with PayPal directly and sending that agreement ID to complete the flow.

Normally it is not advised to have the custom integration with the payment provider where there is no direct API support for the resulting payment token (like Apple/Google Pay).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants