v1

latestSwagger 2.02026-07-1483829.8 KB
User Token

Returns User Session Token

This resource creates the user session. It must be called prior to any other API calls for the specified user. The Token value does not expire.

get/usertoken

Query parameters

FIdstring required

Financial Institution Identifier. Code that specifies the platform and configuration instance, provided by Mastercard during implementation.

AuthInfostring required

Authorization Information. AES 128-bit encrypted concatenation of "User ID as specified in enrollment:FI ID as provided by Mastercard:current Unix time". Key exchange and establishment of maintenance procedures occur during implementation.

Response

This resource returns the user session token (UserToken), which is a required input to all other API resources.

Example response

{
  "Response": {
    "Status": {
      "Message": "Success"
    },
    "UserToken": {
      "Token": "mh3WonUm5xmE"
    }
  }
}