Stripe New APIs for EU Strong Customer Authentication (SCA) Laws – From Sep 2019 (stripe.com) 1 points by vfc1 7y ago ↗ HN
[–] vfc1 7y ago ↗ It looks like a ton of work to upgrade to the new SCA solutions, this is not a transparent upgrade by any means.It's a very short notice for most companies, payments might start to be rejected from the 14th of September.For example, the Checkout solution that is currently based on a modal is completely changed - https://stripe.com/docs/payments/checkout/migrationThere won't be a modal anymore, now it's all based in a 3rd party Stripe page.We now need to implement webhooks to fulfill orders which previously was not needed, also the flow is completely changed.We now create a session on the server, and then redirect to the payment page.
1 comment
[ 2.9 ms ] story [ 13.6 ms ] threadIt's a very short notice for most companies, payments might start to be rejected from the 14th of September.
For example, the Checkout solution that is currently based on a modal is completely changed - https://stripe.com/docs/payments/checkout/migration
There won't be a modal anymore, now it's all based in a 3rd party Stripe page.
We now need to implement webhooks to fulfill orders which previously was not needed, also the flow is completely changed.
We now create a session on the server, and then redirect to the payment page.