v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Cortina Credit Card

Cortina Credit Card Inquiry3DS

post/Cortina/CreditCard/Inquiry3DS

Request body

Example request

{
  "ActorInfo": {
    "Country": {
      "Alpha2Code": "US",
      "Alpha3Code": "USA",
      "Name": "UNITED STATES",
      "NumericCode": "840"
    },
    "DynamicURL": "",
    "GeoLocation": {
      "Address": "River",
      "City": "Zambezi",
      "CountryCode": "ZM",
      "State": "State",
      "ZipCode": "234234"
    },
    "Id": 2001537302,
    "MerchantId": "999999888885",
    "Name": "TestPayCC V2 OP"
  },
  "BasicInfo": {
    "Amount": 3.9,
    "CurrencyCode": "ILS",
    "CurrencyNumeric": "376",
    "MachineAuTime": "291121220837",
    "NayaxTransactionId": 3584688038,
    "PaymentMethodID": 1,
    "SiteId": 1,
    "TimeoutMS": 15000,
    "TransactionId": "PLXHYOGU9GOLIY6UISVYKNJHU705VSCPUR0F"
  },
  "CardData": {
    "BrandInfo": {
      "PrimaryDescription": "MASTERCARD",
      "PrimaryId": "8",
      "SecondaryDescription": "",
      "SecondaryId": "0"
    },
    "CardHolderName": "Test Card Holder",
    "CardNumber": "****",
    "EMVData": "xxxxxxxx",
    "EntryMode": "CON",
    "ExpMonth": "01",
    "ExpYear": "23"
  },
  "CustomData": {
    "Actor": "****",
    "Machine": "****"
  },
  "DeviceInfo": {
    "FWVersion": "unknown",
    "HwSerial": "0000000000000100"
  },
  "MachineInfo": {
    "City": "Abbeville",
    "Country": {
      "Alpha2Code": "US",
      "Alpha3Code": "USA",
      "Name": "UNITED STATES",
      "NumericCode": "840"
    },
    "DecimalPlace": 2,
    "GeoLocation": {
      "Address": "River",
      "City": "Zambezi",
      "CountryCode": "ZM",
      "ZipCode": "234234"
    },
    "Id": 106791869,
    "Name": "Itai_TestPayCC V2",
    "Offset": "3.00",
    "TerminalId": "8888888844",
    "ZipCode": ""
  }
}

Response

Success

Example response

{
  "ECom3DSResponseInfo": {
    "ECom3DSRedirectUrl": "https://the-verigication-example-url.com",
    "ECom3DSStatus": 2
  },
  "EMVTags": {
    "Tag71": "860D8424000008D466284E10D1FF7C",
    "Tag72": "860D8424000008D466284E10D1FF7C",
    "Tag8A": "3030",
    "Tag91": "A93381BFF8C5E9EC0012"
  },
  "PaymentInfo": {
    "AdditionalData": "",
    "AuthAmount": 3.9,
    "AuthCode": "333333",
    "AuthDateTime": "291121220837",
    "AuthSource": "555555",
    "RRN": "111111",
    "SettAmount": 3.9,
    "SettDateTime": "11/29/2021 7:08:37 PM",
    "SrvTranId": "222222",
    "Token": "Cortina V2 Stub Tester Token",
    "TraceNumber": "4444"
  },
  "Status": {
    "Code": 0,
    "CustomDeclineCode": 0,
    "StatusMessage": "Cortina V2 Stub Tester",
    "Verdict": "Approved"
  }
}