#Tognon

1 messages · Page 1 of 1 (latest)

orchid etherBOT
hidden canopy
ionic breach
hidden canopy
#

I see. I don't know a huge amount about this really(this Discord is for asking questions about how to use our API or debug code, not how our payouts product works).

But overall the way it works is

  • you charge a customer and the charge succeeds
  • the funds are added to the pending balance of your account
  • it's possible to transfer funds to the pending balance of other accounts using Connect
  • in all cases, none of the accounts can pay those funds out to their bank accounts until the funds become available, which doesn't happen for a few days, depending on the country, as covered in the docs.
ionic breach
#

our business model is in separate charges and transfers

#

so the fund was available when we do the transfer

hidden canopy
#

yep, so it's the same things really. You charge the customer, that adds funds to your platform's pending balance. If you are on manual payouts and wait the N days for your account/country, the funds are added to your available balance, and then you can pay them out or you can use them with the Transfers API.

ionic breach
#

see here

hidden canopy
#

did you have a coding/technical question?

hidden canopy
# ionic breach see here

you control those settings, so you have chosen to set the account to manual payouts delayed by 7 days.

ionic breach
#

I wand to in the same flow Transfert founds to the account (connect) and Do the pay out ASAP.

#

7 days is to long

#

I can not use the delay_days because the schedul manual can not mix with it

#

the manual option get the default configuration

#

So my question is can I reduce that time by any configuration

#

7 days is tooooo long

hidden canopy
#

I know , you keep saying that....

#

why not just update the payout settings and pass delay_days:"minimum" ?

#

try that and let me know how you get on, if you have trouble, share the code you used and the request ID req_xxx from any errors.

ionic breach
#

That means I can reduce it whithout configurantion

#

already done and I got an error

#

that saying I can not use delay_days:"minimum" because by choosing manual schedul , the default delay depend on my country

hidden canopy
#

if you have trouble, share the code you used and the request ID req_xxx from any errors.

#

but yes, you can't use delay_days while also using interval:manual

#

manual means that you will call the API yourself when you want to do a payout, there's not automatic schedule.

#

I'd have to look at the specific account you're looking at really to say much more. Ultimately we have minumum days before we make funds available, for operational and risk reasons. If you think your account or your connected accounts should have lower timing, you have to raise that with our support/sales teams, it's not a technical question or something you control with the API

ionic breach
#

alright

#

thank you for the aswers

#

what do you need to see the account

hidden canopy