Proxy JOSE
Prerequisites
Base URL
https://api.firstoken.co/proxy/josecurl -X POST --location 'https://api.firstoken.co/proxy/jose' \
--header 'Content-Type: application/json' \
--header 'ft-access-key: <YOUR_API_KEY>' \
--data '{
"uniqueCode": "010200001",
"terminalId": "000AAAAA",
"purchaseAmount": 1200000,
"ivaTax": 0,
"currencyCode": "170",
"cardData": {
"cardNumber": "{{token:detokenize | extract:card}}",
"cardExpireMonth": "{{token:detokenize | extract:expiration | date: MM }}",
"cardExpireYear": "{{token:detokenize | extract:expiration | date: YY }}",
"cvv": null,
"brandId": "01",
"cardAccountTypeId": "00"
},
"installmentsNumber": 1,
"ipAddress": "190.66.124.31",
"references": [
{
"referenceKey": "codReferencia",
"referenceDescription": "9922"
},
{
"referenceKey": "documentoComprador",
"referenceDescription": "1111111111111"
}
],
"iacTax": 0,
"merchantNameAggregate": null,
"mcc": null,
"services": null,
"cofTransaction": null,
"recurringTransaction": "R",
"credentialOnFile": null
}'Important notes
Security
Last updated