I’m trying to build a small marketplace site for a few local businesses, to sell all the e-gift cards in one place. I’m not sure of the best way to go about it.
I’d like to track which orders came through our site, as opposed to through the seller’s official site. Would I have to use an OAuth API, or is there something more suited to my use case. Also, should I have a square checkout API within our Marketplace site, or just link to existing e-gift card purchasing pages?
Thanks in advance.