#Muritz
1 messages · Page 1 of 1 (latest)
Are these bank details to be used to collect payments?
no, for making payouts
Got it. You'd use an Element via Stripe.js to collect bank details and tokenise: https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
That token can then be used to create an External Account for payouts: https://stripe.com/docs/api/external_account_bank_accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.