POST
/
toucan
/
tokens
/
transact
/
{tokenRefId}
Creates a cryptogram
curl --request POST \
  --url https://services.prod.pagosapi.com/toucan/tokens/transact/{tokenRefId} \
  --header 'Authorization: Bearer <token>'
{
  "cryptogram": "<string>",
  "token": "<string>",
  "eci": "<string>",
  "metadata": "<string>",
  "expirationDate": {
    "year": "<string>",
    "month": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Format is: Bearer <api_key>, where <api_key> is your Pagos API key

Path Parameters

tokenRefId
string | null
required

Response

Cryptogram created

cryptogram
string
token
string
eci
string | null
metadata
string
expirationDate
object