#BilalSaeedAlam
1 messages · Page 1 of 1 (latest)
Hi 👋 how can I help?
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"],
},
},
},
});
???
I'm looking
Thank you
Double checking something with a teammate
ALright
Any response