#Daniyal-connect

1 messages · Page 1 of 1 (latest)

tame comet
#

Hi @cosmic python! I'm guessing you are using Stripe Connect. The stripeAccount should have the Stripe connected account ID (acct_xxx) , that's the Stripe account that will receive the money.

cosmic python
#

yes i am using that in building a service provider app

#

so its the id of the person who need to accept payment right

tame comet
#

When using Stripe Connect:

  • There's the Stripe platform account (the one making the API request)
  • There's the Stripe connected account that will receive the money (the one that should be in the stripeAccount)
  • There's the end user (the one entering their payment information)
cosmic python
#

so can i collect money to my own stripe account and how is is posible i mean if someone is paying money i want to transfer some of that money to my stripe account and some of it to the service provider

tame comet
cosmic python
#

which one should be best i first want to hold the payment for about 3 days(create an uncaptured charge) then later collect my application fees and pay the money to the provider. i am sorry ia am new to stripe so its difficult for me to decide

quick ferry