#vineet.rajput2809_48051

1 messages · Page 1 of 1 (latest)

gray coyoteBOT
cedar siren
#

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"?

boreal valley
#

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

gray coyoteBOT
boreal valley
#

?

opal gulch
#

Hi, could you elaborate a bit more about your business? Like a concrete example of fund flow, in bullet points, ie.

  1. Connected Account A purchase from ....
#

It's unusual to move funds between Connected Accounts, AFAIK

boreal valley
#

my website is medical based app

#
  1. there are two rules agency and therapist
  2. once therapist has completed their work ,agency will pay the therapist
  3. agency and therapist both are standard connected accounts here
  4. for now agency can pay to the therapist , for that i have implemented the stripe like that
  5. first created a connected account using account onboarding after account status is completed he will create paymenth method which is assosciated with customer object
  6. by that customerId i retreive payment method and create payment intent and confirm with the destination of therapist account id
  7. now problem here is i can see balance add in receiving account but not able to see the payment deducted in connected account dashboard
  8. is it proper way or any other way to achieve this
opal gulch
#

So you are a Platform, the Therapist is a Standard Connected Account, and the Agency has both of (another Standard Connected Account + a Customer)?

boreal valley
#

yes

opal gulch
#

This fund movement is only recognized that the Customer object is charged, it has no relation to the balance of its Standard Connected Account.

#

Or is there a Doc you were following that tell to create a Customer?

boreal valley
#

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

opal gulch
#

That's not possible. Stripe is not a P2P transferring fund platform, but more of accepting funds around the Platform and move it around

boreal valley
#

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

opal gulch
#

You can try with Express account first. It's easier than Custom

#

Build and test thoroughly in Test mode

boreal valley
#

ok will try

#

by this can i see all the details of the payment deducted and recieved on my dashboard ?

#

till then can you suggest me way to implement the pay as you go in my app