#BilalSaeedAlam

1 messages · Page 1 of 1 (latest)

pure rapidsBOT
silk barn
#

Hi 👋 how can I help?

tribal plover
#

Hi there i am using Payment intent for ACH future payments and i am getting error, on the dev environment is working fine but on live i am having some issue.

#

Can you pelase check this id req_ECFZyruGRvBkwc

#

Using this code from documentation
const setupIntent = await stripe.setupIntents.create({
customer: customerId,
payment_method_types: ["us_bank_account"],
payment_method_options: {
us_bank_account: {
financial_connections: {
permissions: ["payment_method", "balances"],
},
},
},
});

#

???

silk barn
#

I'm looking

tribal plover
#

Thank you

silk barn
#

Double checking something with a teammate

tribal plover
#

ALright

tribal plover
#

Any response