Menu
- Manage Webhook Subscriptions
- Customer Tokens
- Manage Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Manage Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Manage Payment Instrument Tokens
- Instrument Identifier Tokens
- Manage 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. To request the TMS
API:- Authenticate to the API using either:
ADDITIONAL INFORMATION
- HTTP Signature Authentication : A Base64-encoded Shared Secret Key passed in the headers you generate for HTTP Signature authentication.
- P12 Certificate : Used for JSON Web Token (JWT) authentication and passed in the headers you generate for JWT authentication.
- 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.