#softagile_com-issuing
1 messages · Page 1 of 1 (latest)
@hollow pebble as far as I know that is a private beta so maybe your account just isn't enabled for it(it's my first time hearing about this API as well)
I'd suggest reaching out to your Stripe contact/support, but let me have a look quickly.
I followed this doc: https://stripe.com/docs/issuing/funding/balance?funding=push
They suggested me it
the facts is in TEST mode, all works really well, I see balance arise when I call api pushing funds
oh right yeah
that /push endpoint is test mode only
it's to simulate the concept of the user has gone to their bank and sent a bank transfer
you'd never call this in livemode.
!!!!
what should I do for livemode, using API (wrapping it by .net code)?
Our requirements it to make that process automatic without using Dashboard
well nothing, I think you're confused by what this API is about. You create the funding instruction and show the details to the user. The user goes to their bank and uses their online banking/etc to send some money to those details. When the money arrives it then updates your balance, as you've seen in test mode.
there's a test-mode only API (that /fund endpoint) which lets you simulate the concept of the user transferring some funds so you can see what happens when they do. Naturally in production there's nothing like that since you're just waiting for the user to push those funds.
Got it this point. Is there another way to do it by API?
well no since that would be creating money from nothing, right? if you could just call the API in livemode to transfer $x to your account's balance :p
not sure what you meant by "it" in that sentence in any case
I suppose maybe you want to debit the bank account of the user instead to pull funds from them into your balance, since that's something that can be automated
but that's only available in the US
So, should I do by dashboard?
I mean to "to debit the bank account to pull funds into balance"
well you can't no, since that's a US only feature (per the link you shared)
and your account is I believe Italian so you can use pull funding instead ; as I said you might have misunderstood this feature a bit so I'd suggest taking a step back to look at things more generally
yes, all things are italian based (bank, ecc)
Now I am really confused what to do
Cause I we should handle several connected accounts, each one per client
(sorry for my typos)
[dinner time, I have to go]
(deleted a message in the thread as it refers to a named individual)
thanks
In dashboard, I clicked "Add to Balance" > "Issuing Balance" then an Amount to move money from connected account's bank account to Stripe Account