1

I want to integrate square payment gateway for multi-vendor website.

I have done some research on this but not getting the exact answer that Does it providing multi-vendor support or not. Also does it supports, Split payment?

Can anyone please help?

Pragna
  • 470
  • 1
  • 3
  • 18

2 Answers2

0

That's correct you'll use OAuth to connect to other sellers accounts so your application can take actions on their behalf. As for split payments are you looking to collect a fee from each payment? If so you can use app_fee_money to collect a fee.

Bryan W.
  • 324
  • 2
  • 5
-1

as per the forums You can onboard as many Square merchants as you want to your application using the OAuth API. This will enable you to make API calls on behalf of the individual Square merchants, so you can make payments/customers/orders/etc. I’m not sure what you mean by your second question, what exactly are you looking for?

Malik
  • 52
  • 2
  • 7