#Anuroop
1 messages · Page 1 of 1 (latest)
Hello
One more thing to add, the payment methods could be "cards" or "US bank accounts"
Are all of your Connected Accounts US based?
Yes they are
Are any EMEA based?
Okay
Are you using a SetupIntent on your platform when you collect the cards to begin with?
Yes when we first add the card at platform level, we use set up intent api call.
Cool
Then no, you don't need to use a SetupIntent again
You can just attach the PaymentMethod directly to the Customer on the Connected Account using https://stripe.com/docs/api/payment_methods/attach
Even if it is a US bank account?
Yep, should just work if you have already set it up on your platform and verified it
With US bank accounts we are also skipping verifications. Does that change anything
?
Are you approved for auto-verification?
But no, shouldn't change anything
And you should be able to easily test this in test mode as well to make sure
We verify every bank account that we use for payments prior to using them for subscriptions using our own vendors. So Stripe reps told us that we can skip verifications if we choose to do so
The cloned PaymentMethod should already be verified if verified on your platform
Okay thanks for your answer!