Manage low balance alerts and receive a webhook notification
Low balance alert management is now available through the API, expanding on the existing functionality that has always been accessible via the Tango portal.
Low balance alert management is now available through the API, expanding on the existing functionality that has always been accessible via the Tango portal.
You can now send rewards to your recipient's mobile phone! For eligible rewards, you can send them via a text message. We have deprecated the "sendEmail" flag and introduced the "deliveryMethod" to determine how you want to send the reward. Don't worry, if you still use "sendEmail", it will work. You must use "deliveryMethod" if you want to send via text messaging.
With the introduction of Mobile Reward Delivery, we have renamed the emailTemplates endpoints to digitalTemplates. Don't worry, for those using the emailTemplate endpoints - they will still work.
Just like there are "Reasons" for our Freeze, Cancel, and Reissue endpoints, we now have a "Reason" for Resends on the POST /v2/lineItems/{referenceLineItemId}/resends endpoint.
Receive a webhook notification when a transaction has hit an account. Use this endpoint to track this information:GET {URI}/ accounts/{accountIdentifier}
. Additionally, use externalRefID to prevent any duplicate fund transfers when calling these endpoints: POST {URI}/creditCardDeposits
and POST {URI}/transferFunds.
As of May 14, 2025, the Tango API will require Client ID, Client Secret, Service Account Username, and Service Account Password to generate the Access Token when using OAuth.
We are expanding reward options and increasing security around the digital redemption experience. These updates require changing Unique Tango IDs (UTIDs), which for some items also means changing the available denominations and/or reward credentials.
The Tango Sandbox environment is undergoing maintenance on May 5th, which will require customers to re-add all of their payment methods (Credit card and ACH information) once the update has been completed.
Subscribe to the new Reward Status event to receive notifications to a change in reward status, including receiving or activating a physical card, freeze, unfreeze, cancel, or reissue a Choice link, or receive a notification for a partially or fully redeemed Choice link. To subscribe to reward status events, create a subscription withPOST {URI}/webhooks
.
Tango now supports AUD accounts. Additionally, Global Choice Link is now available in Australia Dollars. To create your AUD account, see POST /customers/{customerIdentifier}/accounts
.