FLUX-SE / PayumStripe

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

Allow to disable the requirement of a webhook #1

Closed Prometee closed 4 years ago

Prometee commented 4 years ago

It could be interesting to avoid using the webhooks during a payment while being in test mode or when the store is not an online one and the webhooks are not easily reachable.

Steps to get this feature working would be :

Note: some very rare cases should required to poll Stripe API to retrieve the latest PaymentIntent.

Prometee commented 4 years ago

Right now (dev-master version) 2 PaymentIntent checks will be done :