react-recurly icon indicating copy to clipboard operation
react-recurly copied to clipboard

Venmo

Open davidkhayutin opened this issue 11 months ago • 2 comments

Hello - Does React-Recurly currently support Venmo

I see it in the JS docs but even with the most recent version of the package - I do not see an option for it when i create a new recurly instance using the useRecurly hook

davidkhayutin avatar Mar 04 '24 23:03 davidkhayutin

@davidkhayutin,

The package does not offer a Vemno component, but it is possible to build your own using the recurly instance returned by the useRecurly hook.

Here is an example that I recently put together to demonstrate how it can be done

douglasmiller avatar Mar 04 '24 23:03 douglasmiller

Nice - I did something like this for desktop and it seems to work well. But I noticed whenever i close the Venmo pop up with x icon OR use the Braintree backdrop venmo-backdrop-container cancel button - there is always an error thrown. Either FRAME_SERVICE_FRAME_CLOSED or VENMO_TOKENIZATION_CANCELLED_BY_MERCHANT . Is this a known behaviour. When implementing both apple and paypal I do not have this issue

davidkhayutin avatar Mar 11 '24 21:03 davidkhayutin