#enock-charge-status
1 messages · Page 1 of 1 (latest)
enock-charge-status
Hey @obtuse belfry it depends on the payment method type(s) that you are using/accepting
I'm using paymentElement, accepting with stripe.confirmPayment()
Sure but what payment method types like card, SEPA Debit, Alipay, others?
okay card
Okay then if you only use card payments the Charge will never be pending. It either succeeds or fails synchronously so it won't be an issue!
Okay thank you