- Manage Webhook Subscriptions
- Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens for Partners
On This Page
Requesting the Token Management Service API
Token Management Service
APIBefore 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.Follow these steps to request the
TMS
API:- Authenticate to the API using either HTTP signature authentication or JSON Web Token (JWT) authentication.
ADDITIONAL INFORMATION
- A Base64-encoded shared secret key is passed in the headers you generate for HTTP signature authentication.See Creating a Shared Secret Key Pair inGetting Started with the REST APIfor instructions.
- A P12 Certificate is passed in the headers you generate for JWT authentication.See Creating a P12 Certificate in theGetting Started with the REST APIfor instructions.
- Specify one of the following hosts in the URL:
ADDITIONAL INFORMATION
- Sandbox:POSThttps://apitest.cybersource.com
- Production:POSThttps://api.cybersource.com
- Production in India:POSThttps://api.in.cybersource.com/
- Append the resource, such as,/tms/v2/customerto the host URL. For example,.https://api.cybersource.com/tms/v2/customer
- Pass your request using aHTTPGET,POST,PATCHorDELETEmethod as specified in each API operation.