...
Sales where TEvo is the buyer are the most common type of sales you can expect to see. These sales can be identified by examining the order in the body
for buyer.type=Office
& buyer.id=6
.
Info |
---|
When the |
Sales to a Client
If a seller has a website powered by the TEvo API or they utilize Core to create sales to Clients then any sale where tickets are being sold their client can be identified by examining the order in the body
for buyer.type=Client
.
...
Note |
---|
If the seller utilizes our Riskified fraud service you should ensure the If a sale to a |
Updating Existing Orders
Update to existing orders will have recipient=seller
and the event_type
will indicate what type of change has been made.
Coming soon…
Processing New Purchases
New purchases which should trigger a Purchase Order in your Point of Sale will have recipient=buyer
and event_type=order_accepted
.
Coming soon…
Updating Existing Purchases
Update to existing purchases will have recipient=buyer
and the event_type
will indicate what type of change has been made.
Coming soon…