I have an online application where event directors, with their own Square accounts, can setup to sell tickets for their event.
The software has a catpure form at checkout and I want to process the funds back to the vendor Square account.
What do I need to do on the programming side to allow them to do this.
I can't find information that covers this type of service. Usually when the event director created their event in my system they could enter a token that represented their Sqaure account and I could use that token to process the transaction.
json
Hi @json
I reached out to our Developer team and they let me know that this is possible, and you'll need to use OAuth.
Additionally if you're planning to take a portion of every transaction, you'll also need to use multiparty settlements with the Transactions API.
Square Community