#glorious_pomelo_28277
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- glorious_pomelo_28277, 6 days ago, 10 messages
Sure, what's the question?
My client wants me to add BSB field in the UI but on the Stripe side there is no such field where I can put BSB. (I am using Custom Connect Account)
Not sure what 'BSB field' is?
I assume you're using the hosted onboarding UI?
My app will operate in Australia and they break down there bank account numbers into this format
[BSB][Account Number]
No, I am using custom UI
Ok, then I guess you can just add the BSB field to metadata on the account: https://stripe.com/docs/api/external_account_bank_accounts/create#account_create_bank_account-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sorry, I didn't get what you said
Which APIs are you calling to create a bank account?
I am calling this API whose documentation you just shared
Ok, then use the metadata parameter in your creation call and store a BSB field that you collect from your users
Okay, is this the right way of doing so?
It's the canonical way of storing arbitary information your integration needs yes