curl --request POST \
--url https://services.prod.pagosapi.com/toucan/tokens/transact/{tokenRefId}
{
"cryptogram": "<string>",
"token": "<string>",
"eci": "<string>",
"metadata": "<string>",
"expirationDate": {
"year": "2023",
"month": "12"
}
}
curl --request POST \
--url https://services.prod.pagosapi.com/toucan/tokens/transact/{tokenRefId}
{
"cryptogram": "<string>",
"token": "<string>",
"eci": "<string>",
"metadata": "<string>",
"expirationDate": {
"year": "2023",
"month": "12"
}
}
Cryptogram created
The response is of type object
.