Manage orders
With Tango, you can incentivize your employees and customers by sending digital rewards. Using Tango API, you can send rewards to recipients, get the list of orders placed under your platform, and resend reward emails.
Disclaimer:
- Tango doesn't deliver the reward email when
sendEmail= false
. When placing orders, make sure to setsendEmail=true
.- When ordering a physical gift card, validate the physical address of your reward recipients before sending it to Tango. Tango does not accept any responsibilities for incorrect addresses.
Note:
- If you submit a
recipient firstName
andemailAddress
with a Promo Link order whensendEmail=false
, Tango will send out the reminder emails and the reactivation emails when reactivated from the Tango portal.- Order requests receiving a 5XX error may occasionally process after a network connection is lost. We strongly recommend you use the External Reference ID idempotent parameter to ensures duplicate orders are not created when you retry a failed order. See our Best practices content regarding External Reference ID idempotent parameter.
Updated 1 day ago