#anjan_05618

1 messages · Page 1 of 1 (latest)

harsh zenithBOT
winter heron
inner shuttle
#

Actually, I was able to get past this error (turns out the type is "us_bank_account".

I'm running into a different issue now: once I create a SetupIntent, how do I attach it to a Customer so that I can use it / the payment method for ACH debits?

winter heron
#

With SetupIntent, the payment method will be attached to the customer if customer is set in SetupIntent request

inner shuttle
#

Got it, that makes sense. Once the Payment method is attached to the customer, does creating the Payment Intent with a non-zero amount create a Debit from or a Credit to the customer?

winter heron
#

Payment Intent is to collect payment from customer. If the ACH direct debit is saved, the funds will be debited from customer's bank account

inner shuttle
#

Ah got it. What's the way to set up a credit to the customer using the same bank account on file for that customer?

winter heron
inner shuttle
#

Can the same Stripe Financial Connection account be used with Connect?

winter heron
inner shuttle
#

Got it, thank you!