#axelhedlund
1 messages · Page 1 of 1 (latest)
Hi 👋 sounds like you're looking at building your own flow for collecting payout details from the owners of your Connected Accounts.
https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-method=manual-entry&bank-account-collection-integration=direct-api
To do that you will need to start by creating Tokens with the bank account or card details, and then use those Tokens to create External Accounts.
Alternatively, you could allow our hosted onboarding flow (if you're leveraging that) to collect payout details for you.
No hosted onboarding
Gotcha
Walk me though the tokenization pls
For bank accounts, you'll collect the necessary details and then make a request to this endpoint to create a Token:
https://stripe.com/docs/api/tokens/create_bank_account
I am building it in bubble so I need to see the POST and GET functions
No bank account CARD
For cards you will need a frontend implementation, or you will need to ensure your flow is PCI compliant if you're planning on directly handling raw card details.