0

I want to pay to the seller for his sold products How can I do this using in django please help. I'm looking into paypal payouts but is there any SDK? or anything that can help me?

1 Answers1

1

If you receive a full payment into your own account, you can later send money from that account in an automated way using Payouts. To be approved for Payouts, see the information at https://developer.paypal.com/docs/payouts/integrate/prerequisites/#get-access-to-paypal-payouts

You can use the Payouts-Python-SDK for your implementation.

Preston PHX
  • 27,642
  • 4
  • 24
  • 44
  • can you please elaborate more? – Junaid Tariq May 20 '21 at 10:10
  • Not unless your question is more specific, no – Preston PHX May 20 '21 at 17:10
  • My question is simple how can I use django paypal to split money into the sellers. Suppose a buyer purchases something for $10 and there are 2 seller's products now I want to send their 70% from ten, or 80% which is $4 each seller. So I would give them $4 each and $2 is my fee on my platform. – Junaid Tariq May 21 '21 at 11:48
  • You cannot. But as mentioned above if a whole transaction is received into your account, you can then later use Payouts to send part of the money to each seller, if your account has access to Payouts. – Preston PHX May 21 '21 at 17:12