#raghav-ACSS
1 messages · Page 1 of 1 (latest)
Hi there! I'm pasting your other message below:
We have a US stripe account with acss, ach and card payments enabled in test mode
Can you share a request ID where you see that error?
Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Here's the request id : req_NpkhbShYGQ8LTs
Thanks! But I don't see an error here, so can you clarify the issue?
The problem is the modal ui doesn't load for the customer
From our end you never called confirm().
On the frontend we see an error "The PaymentIntent you passed doesn't have any payment_method_types that are supported by the Payment Element."
On calling confirmAcssDebitPayment
For card and us_bank_account methods it works but for acss_debit it throws this error
Oh you are right. That's because the payment element doesn't support ACSS. This is explained here: https://stripe.com/docs/payments/payment-methods/integration-options#payment-method-product-support
Hey thanks for this
What should we use for acss then
Like if we use Checkout do we still need to create paymentIntent for acss_debit method
You can use Checkout Session for ACSS yes. And in that case no need to create a PaymentIntent, the Checkout Session will automatically do that for you.