#pdeki

1 messages · Page 1 of 1 (latest)

copper sentinelBOT
mortal ermine
unborn sun
#

Of course. It is : req_osRWTp5yxzlMwe

mortal ermine
#

to explain a bit more - your account balance is divided into two types : card, and bank_account

#

you passed in source_type=bank_account which means that transfer is trying to pull money from the bank_account balance type

#

for most users, you wouldn't have any funds in that specific balance. I won't go into which kinds of payments go into that balance type

#

but what you would want to do is to omit that source_type

unborn sun
#

Tnx for the update.

mortal ermine
#

and pass in the source_transaction id instead

#

which would be a charge id i.e. starting with ch_

unborn sun
#

Here we are speaking about the destination account in the transferAPI.

mortal ermine
#

you're transferring money from your platform account, to the destination account. Your platform account does not have the funds.

unborn sun
#

Could you point me to where the platform account is explained? I'm confused since always I find explanations of Connected and External accounts.

#

As far as I understand Stripe is a PSP.

mortal ermine
#

a platform account is the parent account which connected accounts are connected to

unborn sun
#

This means that Stripe has one account and all transactions are on the one Stripe merchant account. When we make a Charge API we get the ChargeID and then via transfer, we claim on which account we want to lend this money. Is this correct simplification of a flow?

mortal ermine
unborn sun
#

Tnx. this is the documentation for the connected and external accounts. This is ok. Still, I have an issue understanding where is the platform account and how it is connected to the flow.

#

When we do Payout we are sending money to the external account - this is understandable.

#

I'm looking more into the "income" flow. The customer made a transaction via credit card and steps afterward. Could you help me with that?

mortal ermine
unborn sun
rotund pivot
#

Let me know if you have any specific Qs

unborn sun
#

Yes. Is this considered as one transaction which is done under the hood of transfer API:

#

And since the platform account doesn't have money (balance=0) Application fee and Stripe fee can't be collected ?

rotund pivot
unborn sun
#

In my setup, I'm controlling the transfer. So, the charge is disconnected from the transfer money and my scenario doesn't fall under the "*Destination charges are created on the platform, but as part of the charge operation, funds are transferred to the connected account specified in the transfer_data[destination] parameter of the charge. ". I still struggle to understand what is happening behind the scenes when I perform transfers and why balance on the platform account is important.

rotund pivot
#

Then that guide and screenshot is irrelevant

#

I still struggle to understand what is happening behind the scenes when I perform transfers and why balance on the platform account is important.
What specifically?

#

That's the flow of funds for separate charges and transfers, which you're describing