Query Parameters
The audit user to log the request
Body
application/json
curl --request POST \
--url https://integration-api-cat2.demo.ext.test.cia.enfuce.com/test-api/v1/authorizations/request \
--header 'Content-Type: application/json' \
--data '{
"card": {
"cardId": "<string>",
"applicationSelection": "credit"
},
"transactionData": {
"transactionAmount": {
"amount": 3.14,
"currency": "EUR"
},
"settlementAmount": {
"amount": 3.14,
"currency": "EUR"
},
"transactionType": "RETAIL",
"cardEntryMode": "MANUAL_ENTRY"
},
"threeDsData": {
"authenticationValue": "<string>",
"eci": "<string>",
"dsTransactionId": "<string>",
"protocolVersion": "2.1.0"
},
"merchantData": {
"merchantId": "<string>",
"subMerchantId": "<string>",
"merchantName": "<string>",
"merchantCity": "<string>",
"merchantCountry": "FIN",
"merchantCategoryCode": "5734",
"acquirerId": "<string>",
"acquirerCountry": "FIN",
"terminalId": "<string>",
"partialApprovalCapable": true
}
}'
{
"metadata": {
"mti": "<string>",
"id": "<string>"
},
"transactionData": {
"authResponseCode": "<string>",
"retrievalReferenceNumber": "<string>"
}
}
The audit user to log the request
Request for generating ISO-8583 message and sending it immediately to processing system of Enfuce.
Data of the card with which the transaction is done with.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
curl --request POST \
--url https://integration-api-cat2.demo.ext.test.cia.enfuce.com/test-api/v1/authorizations/request \
--header 'Content-Type: application/json' \
--data '{
"card": {
"cardId": "<string>",
"applicationSelection": "credit"
},
"transactionData": {
"transactionAmount": {
"amount": 3.14,
"currency": "EUR"
},
"settlementAmount": {
"amount": 3.14,
"currency": "EUR"
},
"transactionType": "RETAIL",
"cardEntryMode": "MANUAL_ENTRY"
},
"threeDsData": {
"authenticationValue": "<string>",
"eci": "<string>",
"dsTransactionId": "<string>",
"protocolVersion": "2.1.0"
},
"merchantData": {
"merchantId": "<string>",
"subMerchantId": "<string>",
"merchantName": "<string>",
"merchantCity": "<string>",
"merchantCountry": "FIN",
"merchantCategoryCode": "5734",
"acquirerId": "<string>",
"acquirerCountry": "FIN",
"terminalId": "<string>",
"partialApprovalCapable": true
}
}'
{
"metadata": {
"mti": "<string>",
"id": "<string>"
},
"transactionData": {
"authResponseCode": "<string>",
"retrievalReferenceNumber": "<string>"
}
}