#myrrhakel

1 messages · Page 1 of 1 (latest)

fallen flickerBOT
tidal path
#

The payment button is not provided by Stripe, but your own button. Stripe only provides the Elements for payment method collection. I'd recommend checking why your button has a delay if that's the case on your side

#

Oh wait! Let's step back a bit. Which payment integration do you use with Stripe?

#

Do you use Checkout Session (Stripe hosted payment page) or Elements (payment method form embedded in your webiste)?

faint lichen
#

Elements

tidal path
#

Thanks for sharing. In this case, the payment button is not provided by Stripe. After the customer clicks the button, your client code should make a confirm payment request, which will take some time as it requires bank issuer's approval. If such a request made, there should be a request log. Can you share a sample payment intent (pi_xxx) with this issue, so that I can have a check?