token.identification numberidentification numberidentification numberstatus with the Transaction Status endpoint.curl --location 'https://api-uat.kushkipagos.com/cash/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Catalina",
"lastName": "Fuentes",
"identification": "12345678-9",
"documentType": "RUT",
"email": "user@example.com",
"totalAmount": 10000,
"currency": "CLP",
"description": "Pago en efectivo"
}'{
"token": "b209ff69ae02be9bc0e58dee225fd8f5"
}