#anjan_05618
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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?
With SetupIntent, the payment method will be attached to the customer if customer is set in SetupIntent request
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?
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
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?
Are you using Connect https://stripe.com/docs/connect? If you aren't, funds can't be credited to the bank account
Can the same Stripe Financial Connection account be used with Connect?
Yes, but this is only possible if the Custom connected account. It doesn't work on Standard and Express connected account: https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-integration=direct-api&bank-account-collection-method=financial-connections
Got it, thank you!