Skip to main content
GET
/
StringTokens
/
{token}
Retrieve content of StringToken
curl --request GET \
  --url https://api.orchestrasolutions.com/StringTokens/{token} \
  --header 'X-Api-Key: <api-key>'
{
  "clearPayload": "<string>",
  "token": "<string>",
  "createTime": "2023-11-07T05:31:56Z"
}
In scope of complianceIf you choose to use the StringToken to store card details—whether the card number (PAN), the CVV, or the full card details—when retrieving the data stored behind a token, your system is then exposed to the raw card details and as such is in scope of PCI compliance.The same applies to any other type of sensitive data—by retrieving the data, your system is then in scope of the relevant compliance.If you are unsure whether you should use this method, please reach out to our team and we would be happy to review your use case and explain your options.

Tokenization Guide

Complete guide with examples and PCI compliance considerations

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Path Parameters

token
string
required

The token ID of the StringToken you would like to retrieve the content for

Response

OK

Model for display a string token, including the clear text

clearPayload
string | null

The content of the StringToken that was stored in our system

token
string | null

Token ID representing the stringToken

createTime
string<date-time>

Date and time the string was stored