Cancel line items

You can self-cancel a fully unredeemed Choice Product (Reward Link®, Promo Link™, Disbursement Link, or Global Choice Link) within five (5) calendar days of sending the reward.

The funds from a canceled reward minus any fees are refunded to the same Tango account from which the reward was originally ordered. If you need to reissue a line item, refer to reissue a line item. To create a new order, see Create an order under a specific account .

📘

Notes:

  • You can only cancel fully unredeemed Choice products anytime within five (5) calendar days of sending it.
  • You can only cancel the first issuance of a Promo Link. See our Tango user document for Reissue Promo Links rules and exceptions.
  • You cannot self-cancel a reward outside the five-day window. For a valid reason to cancel outside the five-day window or to discuss the issue, contact your Customer Success Manager (CSM) or success@tangocard.com. For the general cancellation policy, refer to Tango Cancellation Policy.

Use cases

See the following use cases to cancel a line item:

ProblemSolution
You entered the wrong recipient informationHave you sent a Reward Link to the wrong person? As long as the Reward Link remains fully unredeemed, you have five days to:

- Freeze and investigate what happened.
- Cancel the reward.
- Cancel and reissue a new reward with the corrected recipient information or corrected amount.
Your recipient didn't meet your business requirementsHas the recipient failed to meet your business requirement for receiving the reward? As long as the Reward Link remains fully unredeemed, you have up to five days to cancel.

How to cancel an existing line item?

See the steps below:

  1. CallPOST {URI}/line-items/{referenceLineItemid}/cancel to cancel the reward.
  2. Enter the referenceLineItemID for the line item you are planning to cancel.
  3. Enter a reason code. A successful returned response is 202 Accepted.
  4. Call GET {URI}/lineItems/{referenceLineItemID} and enter the same referenceLineItemID to see the updated reward status. The status shows up as cancelled in the payload.

Use the following endpoint to cancel a qualified line item:

EndpointPurpose
POST {URI}/line-items/{referenceLineItemID}/cancelFor quick and easy self-cancellation of line items

Use the following path parameter to identify which line items you're canceling:

Query paramData typeDescription
referenceLineItemIDstring(Required) Reference line item ID is returned in the line items response.

The following body parameters are used to provide the reason for canceling your line item. See Get all reason codes for descriptions:

Body paramData typeDescription
reasonCodestring(Required) Enter the reason code to cancel this line item. See Get all reason codes for reasons and their descriptions.
-DELIVERY_INFO
-REWARD_AMOUNT
-REWARD_TYPE
-RECIPIENT
-CURRENCY
-RECIPIENT_REQUESTED
-RECIPIENT_OBLIGATIONS
-DUPLICATE
-FRAUD
-OTHER
otherReasonstringThis field is required if reasonCode equals OTHER. Enter a description of why you canceled this line item only if the available reasonCodes doesn't meet your need.

Here is the response returned when canceling a line item is successful:

{
  Accepted
}

If you try to cancel a line item that is already cancelled, you will get 422 unprocessable .

{
  "timestamp": "2025-02-14T18:20:46.859981268Z",
  "requestId": "57aa9a08-385e-4075-b2d4-1d96477b08cd",
  "path": "/raas/v2/lineItems/RG250106-133850-97-1/unfreeze",
  "httpCode": 422,
  "httpPhrase": "Unprocessable Entity",
  "i18nKey": "422.234",
  "message": "Line Item is ineligible to cancel."
}


The possible response codes for this endpoint are:

  • 202 Accepted
  • 400 Bad request
  • 403 Forbidden
  • 422 Unprocessable entity

Rewards as a Service™ and the RaaS® API are provided by Tango Card, Inc. © 2024 Tango Card, Inc.