#Oren
1 messages · Page 1 of 1 (latest)
Can you share an example of a Top Up you created? And also an example request DI for when you attemtped to create a transfer?
top up id "tu_1MAMi8AN9UGzw70guf6Lo8GW",
failed request id req_P7Ylc3j8ffDE0F
perhaps its simply a timing issue and the top-up hasnt settled , just want to make sure this is doing what we intend it to do
the top-up balance also doesnt appear to show up in the balance api call, unless its being categorized in someway i dont understand ie pending or part of available
So Topups add funds to a separate balance type (specifically for refunds/disputes), and it's expected that it wouldn't show up in the balance API call since you can't use those funds for payouts or transfers as far as I know
so how exactly do we get out of our current state
basically we keep borrowing from future payments in order to transfer past payments
which creates large delays in transfer timing
Can you give me a bit more detail on why you're doing that? (Specifically the part about borrowing from future payments in order to transfer past ones)?
Sure so for our typical customers they make several payments on our platform account, and eventually their charges will be converted so that they are destination charges and always flow through to a connect account. At that time we need to find the original payments they make and transfer them as well to the relevant stripe connect account.
In both cases we transfer the gross amount to the connect account rather then the net amount.
Stripe skims the fee on the platform account and so we are constantly running a deficit on our platform account due to fees.
This is largely done for accounting reasons.
We need away of reimbusing the platform account for the amount of the fees so that we dont end up with this issue where we have no funds to left to transfer these historical payments.
Hopefully that made sense.
We thought that 'topping-up' our platform account would solve this but it seems like this is not the intended use case of a top-up.
To answer your question more specifically though, because we are always running a deficit in order to transfer older payments we need new payments to be made so that there is an available balance.
Let me give that a bit of time to sink in - but also, I'm fairly sure there may be a way for you to create top ups against your own balance (let me test some things out really quickly)
Sure, appreciate your time
Really quick - for the TopUP tu_1MAMi8AN9UGzw70guf6Lo8GW that you shared, do you have more details on how it was created? Was this something you created yourself through the API?
i think it was via the dashboard
Add funds to your stripe balance
via the Refunds and disputes option likely
But there was some confusion about the menu option not appearing, i dont recall all the details
Yeah selecting the Refunds and disputes option is the problem here - you needed to select "Connected accounts" when you're deciding where to add funds. That should be sending the funds to your card balance.
Okay we should be able to handle that on our side
There was concern about the funds actually going to our connect accounts where it immediately gets swept into a payout
We will go ahead and try making another top-up utilizing the other option
In the event we want to return the previous top-up there does appear to be a payout option next to the balance i assume that would move the remaining funds back to our bank account if need be
yeah
Alright sounds good, we will give that a try, thanks for your and karbis help
Yay for @rustic terrace!