|
|
|
|
|
by alexbilbie
2531 days ago
|
|
Create your Stripe token client side, send it to your API, indicate to the user that the payment is processing. Your backend stores the PCI-compliant Stripe token in a queue which a worker processes as and when it can - therefore allowing you to mitigate Stripe down time. The issues then become one of UX if the payment fails. |
|
Are Stripe's systems are isolated enough to where their token system is disjoint from the charge system? Do we know what uptime for their token system looks like?