Skip to main content
POST
/
EWalletOperations
/
validateResults
Validate Operation results
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>"
    }
  ]
}

Library Reference

Result parsing, data structures, and validation

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Body

application/json

Operation results token

The body is of type string.

Response

Payload

upgChargeResults
object
directChargeResults
object
tokenAndMaskedCardModel
object
failedUpgChargeResults
object[] | null