FLUX-SE / PayumStripe

Payum Stripe gateways (with SCA support)
MIT License
28 stars 15 forks source link

Remove JS redirect and use the new Stripe Session url #19

Closed Prometee closed 2 years ago

Prometee commented 2 years ago

In order to follow the evolution of the Stripe API, Stripe is providing a new url property on the Session object. This will allow us to avoid redirecting visitor with javascript but instead redirect with PHP :

https://stripe.com/docs/checkout/integration-builder

Prometee commented 2 years ago

https://github.com/FLUX-SE/PayumStripe/commit/1d6911fad17f848da367cc1224dadca682aa1b18 close this issue