#cait-s_docs

1 messages ¡ Page 1 of 1 (latest)

glacial reefBOT
#

👋 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.

agile basalt
#

Hi there!

left atlas
#

Hi!

agile basalt
#

I take it you're referring to the embedded components for account onboarding?

left atlas
#

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.

agile basalt
#

Right right

left atlas
#

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?

agile basalt
left atlas
#

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?

agile basalt
#

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?

left atlas
#

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?

agile basalt
#

I'm not sure how long it will take. I recommend checking in with your account manager on this piece.