#sarupu-connect-issuing
1 messages · Page 1 of 1 (latest)
Hey. Nope, don't believe that's possible
Hmm. Where is your Stripe account located?
I think that's possible on the dashboard, is that right?
United States
This seems relevant: https://stripe.com/docs/issuing/funding/connect#add-funds
Doesn't use the funding instructions API, but still don't think you can separate the balance topup and the issuing credit
thanks, we've already implemented this flow
who doesn't? dashboard?
That link I sent doesn't use this API directly: https://stripe.com/docs/api/issuing/funding_instructions/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.
I might be missing some things, and connect terminology is quite hard to wrap my head around for me, but I'm pretty sure I can add funds to a connect account without adding funds to issued cards on the dashboard.
ha, didn't know about this api, let me check
Instead it uses topups with destination_balance paramater
Yeah, but that will draw funds from the source (bank) directly to the Issuing balance/card
You can, yep. But the issue is then adding to the Issuing balance from the balance. They're 2 separate balances
Don't think it's possible
Isn't it possible using the dashboard with this "add to balance" button?
Yes, but that will draw directly from an external account/bank AFAIK. Not the other Stripe balance
Which will bypass your original ask:
Is there a way to programmatically add funds to a connect account (but not make these funds available to issued cards), then, after some validation, pass these funds to their issuing card balance?
got it, thanks. let me try and come up with an alternative maybe with the funding instructions api.
Hi, just confirmed I can move funds from connect account balance (confusingly, called Stripe balance and card balance at the same time) using the dashboard, after clicking the button I highlighted in yellow. Am I missing anything?
Hmm, I'm not sure how that's achievable via the API
:/ thanks
Let me check
not finding anything I'm afraid
so the dashboard is using an internal API, am I understanding this correctly?
quite possible, lots of things are dashboard-only with no public API availability