Skip to main content
POST
/
StringTokens
Store and tokenize a string
curl --request POST \
  --url https://api.orchestrasolutions.com/StringTokens \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "payload": "<string>"
}
'
{
  "token": "<string>",
  "createTime": "2023-11-07T05:31:56Z"
}

Tokenization Guide

Complete guide with examples, PCI compliance, and using tokens in payments

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Body

application/json

StringToken input model

Model for providing a string to be tokenized

payload
string
required

The content of the string you would like to tokenize

Required string length: 1 - 16384

Response

OK

Model for display a string token meta-data

token
string | null

Token ID representing the stringToken

createTime
string<date-time>

Date and time the string was stored