REST API | Visa Platform Connect

Requesting the
Token Management Service
API

Before requesting the
Token Management Service
(
TMS
) API, you must already have a
Business Center
account. If you do not, you can create an evaluation account.
To request the
TMS
API:
  1. Authenticate to the API using either HTTP signature authentication or JSON Web Token (JWT) authentication.

    ADDITIONAL INFORMATION

    1. A Base64-encoded shared secret key is passed in the headers you generate for HTTP signature authentication.
      See Creating a Shared Secret Key Pair in
      Getting Started with the REST API
      for instructions.
    2. A P12 Certificate is passed in the headers you generate for JWT authentication.
      See Creating a P12 Certificate in the
      Getting Started with the REST API
      for instructions.
  2. Specify one of the following hosts in the URL:

    ADDITIONAL INFORMATION

    1. Sandbox:
      POST
      https://apitest.cybersource.com
    2. Production:
      POST
      https://api.cybersource.com
    3. Production in India:
      POST
      https://api.in.cybersource.com
      /
  3. Append the resource, such as,
    /tms/v2/customer
    to the host URL. For example,
    https://api.cybersource.com
    /tms/v2/customer
    .
  4. Pass your request using a
    HTTP
    GET
    ,
    POST
    ,
    PATCH
    or
    DELETE
    method as specified in each API operation.