curl --request POST \
--url https://api.orchestrasolutions.com/EWalletOperations/validateResults \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '"<string>"'{
"upgChargeResults": {
"authorizationCode": "<string>",
"currency": "AFN",
"amount": 123,
"operationType": "Charge",
"operationResultCode": "Success",
"operationResultDescription": "<string>",
"customGatewayResponse": "<unknown>",
"gatewayName": "<string>",
"gatewayReference": "<string>",
"gatewayResultCode": "<string>",
"gatewayResultDescription": "<string>",
"gatewayResultSubCode": "<string>",
"gatewayResultSubDescription": "<string>",
"gatewayToken": "<unknown>"
},
"directChargeResults": {
"success": true,
"message": "<string>",
"data": "<unknown>"
},
"tokenAndMaskedCardModel": {
"bankCard": {
"type": "Unspecified",
"nameOnCard": "<string>",
"issueNumber": "<string>",
"ownerId": "<string>",
"securityCode": "<string>",
"number": "<string>",
"expirationMonth": 123,
"expirationYear": 123
},
"threeDS": {
"authenticationValue": "<string>",
"eci": "<string>",
"xid": "<string>",
"version": "<string>",
"sli": "<string>",
"acsTransactionId": "<string>",
"universal_TransactionId": "<string>"
},
"errorMessage": "<string>",
"token": "<string>",
"tokenLocation": "<string>"
},
"failedUpgChargeResults": [
{
"authorizationCode": "<string>",
"currency": "AFN",
"amount": 123,
"operationType": "Charge",
"operationResultCode": "Success",
"operationResultDescription": "<string>",
"customGatewayResponse": "<unknown>",
"gatewayName": "<string>",
"gatewayReference": "<string>",
"gatewayResultCode": "<string>",
"gatewayResultDescription": "<string>",
"gatewayResultSubCode": "<string>",
"gatewayResultSubDescription": "<string>",
"gatewayToken": "<unknown>"
}
]
}curl --request POST \
--url https://api.orchestrasolutions.com/EWalletOperations/validateResults \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '"<string>"'{
"upgChargeResults": {
"authorizationCode": "<string>",
"currency": "AFN",
"amount": 123,
"operationType": "Charge",
"operationResultCode": "Success",
"operationResultDescription": "<string>",
"customGatewayResponse": "<unknown>",
"gatewayName": "<string>",
"gatewayReference": "<string>",
"gatewayResultCode": "<string>",
"gatewayResultDescription": "<string>",
"gatewayResultSubCode": "<string>",
"gatewayResultSubDescription": "<string>",
"gatewayToken": "<unknown>"
},
"directChargeResults": {
"success": true,
"message": "<string>",
"data": "<unknown>"
},
"tokenAndMaskedCardModel": {
"bankCard": {
"type": "Unspecified",
"nameOnCard": "<string>",
"issueNumber": "<string>",
"ownerId": "<string>",
"securityCode": "<string>",
"number": "<string>",
"expirationMonth": 123,
"expirationYear": 123
},
"threeDS": {
"authenticationValue": "<string>",
"eci": "<string>",
"xid": "<string>",
"version": "<string>",
"sli": "<string>",
"acsTransactionId": "<string>",
"universal_TransactionId": "<string>"
},
"errorMessage": "<string>",
"token": "<string>",
"tokenLocation": "<string>"
},
"failedUpgChargeResults": [
{
"authorizationCode": "<string>",
"currency": "AFN",
"amount": 123,
"operationType": "Charge",
"operationResultCode": "Success",
"operationResultDescription": "<string>",
"customGatewayResponse": "<unknown>",
"gatewayName": "<string>",
"gatewayReference": "<string>",
"gatewayResultCode": "<string>",
"gatewayResultDescription": "<string>",
"gatewayResultSubCode": "<string>",
"gatewayResultSubDescription": "<string>",
"gatewayToken": "<unknown>"
}
]
}Please enter ApiKey into field
Operation results token
The body is of type string.