Simple Order 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:

    ADDITIONAL INFORMATION

    1. HTTP Signature Authentication : A Base64-encoded Shared Secret Key passed in the headers you generate for HTTP Signature authentication.
    2. P12 Certificate : Used for JSON Web Token (JWT) authentication and passed in the headers you generate for JWT authentication.
  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.