Skip to main content
POST
Suspend token by its card scheme's unique reference

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-idempotency-key
string

Idempotency key for the request

x-audit-user
string

Optional audit user header

Path Parameters

id
string
required

Token unique reference ID identifying the token to suspend. A unique identifier for the token assigned by the Token Service Provider (TSP) (eg. Visa or MC) to manage the lifecycle of the token.

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9_-]+$
Example:

"DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"

Response

Token suspended successfully.

description
string

A description of the result of the action

id
string

Token Unique Reference ID

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9_-]+$
Example:

"DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"