You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to transition to Stripe easily having an existing Omnipay setup with another gateway and can't marry up this library with what Stripe are offering. The Stripe docs talk of a session ID when using their hosted checkout form and callback web hooks, but I can't work out if this library supports use of either. I'm thinking I probably need to use their SDK instead.
https://stripe.com/docs/payments/accept-a-payment?integration=checkout
https://stripe.com/docs/api/checkout/sessions
This feature uses a separate endpoint that doesn't appear to be covered by this package? Is it possible to use this?
If not, then how can I use this package to accept iDEAL, Sofort, etc...? (I'd still prefer to use the option above if possible though...)
The text was updated successfully, but these errors were encountered: