#Mahesh Waman-bacs
1 messages · Page 1 of 1 (latest)
pi_3Kb0ptCkdzzFot3902qxF6G9
The payment failed: https://dashboard.stripe.com/test/events/evt_1Kb0qqCkdzzFot396GlwR5Pu
Looks like you used test data which would simulate a failure? https://stripe.com/docs/payments/bacs-debit/accept-a-payment#testing
How can get which type failure payment
Well you're using BACS which is an async payment method, so you'd generally use webhooks to be notified: https://stripe.com/docs/payments/payment-methods#webhooks
can you please share proper links, so I can get all detail using payment intented id
if payment failed then I need to show message on frontend side
so I can show error message respective failure type payment
BACS is an asynchronous payment method though. In most cases, failure won't be instantaneous (could be between 3-6 days)
Which is why we recommend you instead implement a webhook to fulfil any logic required
You're using Checkout anyway, so if the payment fails immediately then your customer will be notified on the hosted page
okay