#vineet.rajput2809_48051
1 messages · Page 1 of 1 (latest)
hello! what does pay as you go mean? can you elaborate more?
also i am tranferring funds between connected accounts how can i do that to in a proper way
What are you doing now? Why do you think it's not "proper"?
actually for transferring money i want user on my platform to be able to check their payment sending and receiving status
by logging to their connected accounts
now to pay from one connected account to another connected account i am first creating a customer object then saving their payment method using that payment method to pay to connected account
other
by using stripe acccound id header of receiving connected account
and for the pay as you go in my website the user can pay to other accounts or receive so i want to charge them on their usage means sending and receiving suppose a user created for the first 10 payments he has to pay 1% of his payment to the main account then after 10 payments 1.5% to main account
?
Hi, could you elaborate a bit more about your business? Like a concrete example of fund flow, in bullet points, ie.
- Connected Account A purchase from ....
It's unusual to move funds between Connected Accounts, AFAIK
my website is medical based app
- there are two rules agency and therapist
- once therapist has completed their work ,agency will pay the therapist
- agency and therapist both are standard connected accounts here
- for now agency can pay to the therapist , for that i have implemented the stripe like that
- first created a connected account using account onboarding after account status is completed he will create paymenth method which is assosciated with customer object
- by that customerId i retreive payment method and create payment intent and confirm with the destination of therapist account id
- now problem here is i can see balance add in receiving account but not able to see the payment deducted in connected account dashboard
- is it proper way or any other way to achieve this
So you are a Platform, the Therapist is a Standard Connected Account, and the Agency has both of (another Standard Connected Account + a Customer)?
yes
This fund movement is only recognized that the Customer object is charged, it has no relation to the balance of its Standard Connected Account.
This model doesn't work as you expected. Instead of creating a Customer object for the same Agency, why wouldn't you try this flow instead? https://stripe.com/docs/connect/account-debits#charging-a-connected-account
Or is there a Doc you were following that tell to create a Customer?
major concern is that i have to transfer fund from one connected account to another
is it possible to do this by the doc you shared
in the doc it is transferring the fund to paltform but i dont want any broker type , just account A to B and some fee to Platform stripe account
That's not possible. Stripe is not a P2P transferring fund platform, but more of accepting funds around the Platform and move it around
okay
so for this how can i acheive this
please suggest me a way
for this i have to use custom account ?
or express account