Tango Card

Tango Card

Available in the rewards hub

Element Information Details
Provider API Documentation Tango Card API documentation
Authentication Basic
Events Polling
Bulk Supported
Virtual Data Resources and Transformations Supported

Tango Card Element

On this page:

Authentication Prerequisites

The Tango Card element uses the basic authentication workflow. Before you can authenticate an instance of the Tango Card element, you will need the following:

Provider sandbox

Contact devsupport@tangocard.com to request your own sandbox credentials.

Basic credentials

You need the Platform name and key provided to you by Tango Card. The platform name will be your username and the key will be your password. You will use these credentials to provision an instance with the Tango Card element.

For more information, refer to https://developers.tangocard.com/docs/sample-api-workflow.

Required Authentication Parameters

You can authenticate an element instance using the UI or via API calls. For detailed information on how to authenticate an instance, see our related documentation:

To authenticate an instance of the Tango Card element, you will need the following parameters:

Parameter Name/UI ValueAPI ValueDescriptionSource
UsernameusernameProvided by Tango CardBasic Credentials
PasswordpasswordProvided by Tango Card
Basic Credentials
Base URLbase.urlTango Card Base URLAuto-populated in the UI 
OAuth Callback URLoauth.callback.urlDefault value is https://auth.cloudelements.io/oauthAuthenticate an Element Instance (API)

Sample Configuration JSON

"configuration": {
    "base.url": "[myBaseURL]",
    "username": "[myUsername]",
    "password": "[myPassword]",
    "oauth.callback.url": "https://auth.cloudelements.io/oauth"
  }

Element Fact Sheet and Reference

Authentication and Configuration Parameters

To see all authentication parameters for the Tango Card element, follow these steps:

  1. Sign in to Cloud Elements and navigate to Elements.
  2. Hover over the card for an element, and then click My Resources. 
  3. In the top navigation toolbar, click Setup.
  4. From the Setup page, you can view a complete list of the element's authentication and configuration parameters.


Events and Supported Resources

The Tango Card element supports events via polling . For detailed information about our Events framework and how to configure an element instance with events, see our documentation:

You can set up polling events for the following resources of the Tango Card element:

  • customers
  • credit-cards
  • orders

Queryable Endpoints

You can use CEQL to query the following endpoints of the Tango Card element

  • GET /bulk/jobs
  • GET /{objectName}
  • GET /{objectName}/{objectId}/{childObjectName}
  • GET /orders

Element API Documentation

The base URL for all API requests is https://api.cloud-elements.com/elements/api-v2.