#softagile_com-issuing

1 messages · Page 1 of 1 (latest)

sullen leaf
#

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

hollow pebble
#

They suggested me it

#

the facts is in TEST mode, all works really well, I see balance arise when I call api pushing funds

sullen leaf
#

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.

hollow pebble
#

!!!!

#

what should I do for livemode, using API (wrapping it by .net code)?

#

Our requirements it to make that process automatic without using Dashboard

sullen leaf
#

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.

hollow pebble
#

Got it this point. Is there another way to do it by API?

sullen leaf
#

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

hollow pebble
#

So, should I do by dashboard?

#

I mean to "to debit the bank account to pull funds into balance"

sullen leaf
#

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

hollow pebble
#

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]

sullen leaf
#

(deleted a message in the thread as it refers to a named individual)

hollow pebble
#

thanks

hollow pebble
#

In dashboard, I clicked "Add to Balance" > "Issuing Balance" then an Amount to move money from connected account's bank account to Stripe Account