To use the TokenEx Mobile API, you will need to construct a JSON payload to be submitted via HTTP POST to the appropriate endpoint. As part of that payload, you will be required to construct an Authentication Key based on the information required for the service call (more on that below). All requests require a TokenEx ID, Timestamp, and Authentication Key, as defined below:

ParameterData TypeDescription
TokenExIDstringYour TokenEx ID.
TimestampstringThe timestamp (UTC) when the hash is generated, in yyyyMMddHHmmss format.
AuthenticationKeystringThe Authentication Key generated on the merchant's server.

📘

Note

In addition to the parameters listed above, each endpoint has their own required parameters, which are detailed in their respective sections.