payment gateway - Paypal API Support for Trading platform usecase -


use-case

  1. a trading-platform selling goods each subscriber can purchase , sell ( eg. ebay )
  2. trading-platform takes commission each transaction

flow of actions

  1. buyer execute purchase
  2. funds transferred buyer account trading-platform account
  3. paypal takes it's transaction commission
  4. trading-platform takes it's commission
  5. trading-platform transfer reminding funds it's account seller account
  6. paypal takes it's transaction commission

problem @ hand

  1. as can seen in above 'flow of actions' paypal charge commission twice
  2. this composite transaction model considerably complicates implementation/cost.

feedback required

  • is there payment model can avoided?
  • is there payment model each transaction subset of total sum sent trading platform account ?

any appreciated

you use adaptive payments this. adaptive payments, can split payments , set pays fees.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -