#raghav-ACSS

1 messages · Page 1 of 1 (latest)

crisp depot
#

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?

chrome coral
#

Here's the request id : req_NpkhbShYGQ8LTs

crisp depot
#

Thanks! But I don't see an error here, so can you clarify the issue?

chrome coral
#

The problem is the modal ui doesn't load for the customer

crisp depot
#

From our end you never called confirm().

chrome coral
#

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

crisp depot
chrome coral
#

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

crisp depot
#

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.