REST API

Create an API Request

To call the User Management API:
  1. You must already have a Business Center account. If you do not, you can create an evaluation account.
  2. Authenticate to the API using either:
    1. P12 Certificate - Used for JSON Web Token (JWT) authentication and passed in the headers you generate for JWT authentication.
  3. Specify one of the following hosts in the URL:
    • Sandbox:
      POST https://apitest.cybersource.com/
    • Live:
      POST https://api.cybersource.com/
    • Live in India:
      POST https://api.in.cybersource.com/
  4. Append the resource
    /ums/v1/users/search
    to the host name.
  5. Pass your request in a HTTP POST method. See Retrieve a list of users for details.