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 Value | API Value | Description | Source |
---|---|---|---|
Username | username | Provided by Tango Card | Basic Credentials |
Password | password | Provided by Tango Card | Basic Credentials |
Base URL | base.url | Tango Card Base URL | Auto-populated in the UI |
OAuth Callback URL | oauth.callback.url | Default value is https://auth.cloudelements.io/oauth | Authenticate 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:
- Sign in to Cloud Elements and navigate to Elements.
- Hover over the card for an element, and then click My Resources.
- In the top navigation toolbar, click Setup.
- 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
.