#Ersa
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
but encountered an issue.
By the issue you mean:
the Providers are not receiving the payment as their "balance" but as their "value".
Correct?
yes, they are not
we can see that they are receiving the money as value in our test but in the real link, provider does not recieve payment
Okay, I am not sure what you mean by "balance" and "value".
Can you let me know if we should be using transfer or destination first?
i mean volume
sorry miscommunication on my part
Both work, it depends on the case.
I just need to clarify a few things
So, the "Admin" user is the Platform?
Clients and Providers are Connected accounts?
admin is our client. Provider and client are users of the platform
admins, set up stripe but clients use a gateway to pay
In Stripe Connect there are 2 types of parties: the Platform, and the Connected accounts.
I am trying to understand what is what in your setting.
That's how I understand it now:
Your clients (Customers in Stripe) pay via PaymentIntent (PI) on your Platform. This PI transfers the funds to a Connected account that belongs to a provider. You, as a Platform, withhold a fee. The rest ends up in your provider's balance.
Is my understanding correct? If so, which part is not working for you?
yes, but we do also have capture payment which means the money only gets transferred to the provider 48 hours before their class and a fee goes to the admin
Right now, the money is not being transferred to the provider account
Could you please share a PaymentIntent ID pi_xxx?
Just a second
I just spoke to my team and the money gets to the admin successfully the trouble is transfer between the admin and provider
do you still need the paymentID?
Cause the provider Balance is 0
Yes please, let me take a look.
which paymentintentID do you need?
The one that has the issue
Okay, it seems like the payout is initiated automatically, so it lands in the provider's bank account, not the balance: https://dashboard.stripe.com/acct_1MTTkm4JntSK4oUV/test/payouts/po_1MVPKp4JntSK4oUVulPSa1XZ
But in our live test, it doesnt land in the bank account either
Then you will need to check with Stripe Support to see why, from technical side, your integration looks good: https://support.stripe.com/?contact=true
Thank you