#Baris-custom-account-onboarding
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Let me look into this ๐
Are you currently requesting any capabilities on your end when creating a custom account?
Hi!
Yes the capabilities of accounts currently are transfers and card_payments
Ah okay!
Currently the Connect onboarding for Custom Accounts doesn't collect external_account requirement. So you'd have to collect them manually
There's an easy to miss note mentioning this
https://stripe.com/docs/connect/connect-onboarding#new-reqs-due
I see thank you! Definitely missed the note for custom accounts there.
I would have another question then, is the collection manually with the Reacts PaymentElement component and the setupIntent api serverside the right way to do this? Since there is no active payment / paymentIntent on going for collecting the card details.
Correct, you would want to create a SetupIntent server side and then collect the bank account/credit card info and confirm the SetupIntent client side
Ok got it thanks!