api - Using Stripe Connect to facilitate transactions between users? -


specific requirements app:

  • buyers must able use credit card
  • i want collect portion of each transaction (fee)

i using dwolla realized users not able pay credit cards. i'm looking @ stripe , see have stripe connect.

would stripe connect fit bill? post here says sc "would require [recipients] have business licenses". true?

also, looking @ api, don't see how direct received funds recipient account. seems can "charge" card. seems put of funds in account. want portion (fee) , have rest somehow deposited in recipient's account. possible, , if so, how specifiy recipient in api call?

it's best view stripe connect oauth. merchants can connect stripe accounts you, , can authenticate stripe details, , make charges on behalf. can take fee off top using 'application_fee' param.

as first question, users have sign , abide stripe's terms. don't need businesses though - sole proprietors.

you can find more docs on connect here. https://stripe.com/docs/connect


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -