Skip to main content

All Questions

1 vote
1 answer
50 views

Online Marketplace Payment System [closed]

I'm building a website like ebay where sellers post listings and users can buy them. I want it so that buyers are able to pay sellers directly, and I take a percentage of the sale. Is Stripe Connect ...
Allen Ye's user avatar
0 votes
1 answer
542 views

Add additional amount to stripe checkout

I have working on E-commerce website using python/Django. I have integrated stripe payments where carts items are dynamically passed as line items . I added as delivery fee if the cart value is less ...
Ravi's user avatar
  • 327
3 votes
1 answer
1k views

Creating Products with Stripe API in Django

Creating my first proper website and trying to connect Stripe for payments. Their API doesnt seem very dynamic(im probably reading wrong tho). Trying to integrate their checkout page. Im confused on ...
Matthew Casey's user avatar
0 votes
2 answers
924 views

PayPal/Stripe - Allow one user to pay another through Website

Goal: Allow a user on my website to pay another user(merchant) for a service via either PayPal or Stripe. I would like to take a percentage of the purchase amount and the remaining percentage would go ...
Austin Burke's user avatar