#cait-s_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1254899830610727075
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there!
Hi!
I take it you're referring to the embedded components for account onboarding?
In my onboarding I am already using the account onboarding embedded component.
I am running into an issue using the issuing card list component. However my first question was regarding how to go about Funding the issuing balance. The embedded onboarding collects the bank account details already.
Right now when a user clicks the entry point to issue cards in my application - I create a stripe connect account for the business with the permissions for issuing, I create an account session for onboarding with all these components.
'components[issuing_cards_list][enabled]': true,
'components[issuing_cards_list][features][card_management]': true,
'components[issuing_cards_list][features][cardholder_management]': true,
'components[issuing_card][enabled]': true,
'components[account_onboarding][enabled]': true,
'components[account_onboarding][features][external_account_collection]': true,
'components[account_management][enabled]': true,
'components[account_management][features][external_account_collection]': true,
'components[balances][enabled]':true,
'components[balances][features][instant_payouts]':true,
'components[balances][features][standard_payouts]':true,
'components[balances][features][edit_payout_schedule]':true,
The first time the account is created - I render the ConnectAccountOnboarding component. This ultimately collects all the details and then external account information.
Next i want to direct them to be able to start issuing cards.
However I need to fund the issuing balance according to the docs.
Right right
My confusion is how to go about this. I retrieve the stripe issuing balance and its 0.
I want to be able to have them fund the account and then also render the issuing cards list component (which I run into an error saying "You do not have permission to pass this beta header: embedded_connect_beta")
So how do I go about funding the account? DO i need to render the balance and then a button to have them fund the account ? Can I connect it to the external account already collected by onboarding - or is this not possible?
If a connected account has already set up an external bank account, you can create a top up where source is the external bank account they added during onboarding, destination_balance is issuing (so you fund their issuing balance, not their account balance), and stripe_account is their connected account ID: https://docs.stripe.com/issuing/connect/funding?issuing-funding-type=us-pull-funding#top-up-issuing-balance
ok thanks - is there a component for this experience? Also is there a component to show their various accounts? or what do you recommend here?
No, no component at the moment for top ups/adding to your issuing balance
By "various accounts", are you referring to all the cards issued to the connected account?
If so, the issuing cards list component is what you're looking for but you need access to the beta: https://docs.stripe.com/connect/supported-embedded-components/issuing-cards-list
I recommend filling out the form at the end of this page to be added to the beta
Yes I filled that out - do you know how long it will take to hear back - our account manager enabled issuing a while back but not sure about this piece?
For the various accounts I meant their external accounts
Regarding the onboarding - if they linked they accout during onboarding - do I need to fbuild an experience to view their accounts and also manage the verification?
I'm not sure how long it will take. I recommend checking in with your account manager on this piece.