#Baris-custom-account-onboarding

1 messages ยท Page 1 of 1 (latest)

jovial tapir
#

Hello ๐Ÿ‘‹
Let me look into this ๐Ÿ™‚

#

Are you currently requesting any capabilities on your end when creating a custom account?

rugged sundial
#

Hi!
Yes the capabilities of accounts currently are transfers and card_payments

jovial tapir
#

Ah okay!
Currently the Connect onboarding for Custom Accounts doesn't collect external_account requirement. So you'd have to collect them manually

rugged sundial
#

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.

glass fjord
#

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

rugged sundial
#

Ok got it thanks!