v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Cortina Credit Card

Cortina Credit Card Incremental Auth

post/Cortina/CreditCard/IncrementalAuth

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,
    "CurrencyCode": "ILS",
    "CurrencyNumeric": "376",
    "MachineAuTime": "071221133300",
    "NayaxTransactionId": 3584697388,
    "PaymentMethodID": 1,
    "SiteId": 1,
    "TimeoutMS": 15000,
    "TransactionId": "3584697388"
  },
  "CardData": {
    "BrandInfo": {
      "PrimaryDescription": "VISA",
      "PrimaryId": "6",
      "SecondaryDescription": "",
      "SecondaryId": "0"
    },
    "CardHolderName": "Test Card Holder",
    "CardNumber": "****",
    "EMVData": " xxxxxxxx",
    "EntryMode": "CON",
    "ExpMonth": "12",
    "ExpYear": "22"
  },
  "CustomData": {
    "Actor": "****",
    "Machine": "****"
  },
  "DeviceInfo": {
    "FWVersion": "4.0.0.22-RC01 - Aug 25 2021",
    "HwSerial": 434324119376526
  },
  "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": "54321"
  },
  "PaymentInfo": {
    "AuthAmount": 5,
    "AuthCode": "333333",
    "AuthDateTime": "071221133300",
    "AuthSource": "55555",
    "IsGatewayTimeout": false,
    "RRN": "111111",
    "SettDateTime": "12/7/2021 10",
    "SrvTranId": "3584697388",
    "Token": "Cortina V2 Stub Tester Token",
    "TraceNumber": "4444"
  }
}

Response

Success

Example response

{
  "Batch": {
    "AddToBatch": true,
    "BatchId": 0,
    "BatchStatus": 0,
    "BatchTransactionId": "string",
    "DeleteFromBatch": true,
    "OperationToPerform": 1
  },
  "PaymentInfo": {
    "AuthAmount": 5,
    "AuthCode": "333333",
    "AuthDateTime": "071221133300",
    "AuthSource": "55555",
    "IsGatewayTimeout": false,
    "RRN": "111111",
    "SettDateTime": "12/7/2021 10",
    "SrvTranId": "3584697388",
    "Token": "Cortina V2 Stub Tester Token",
    "TraceNumber": "4444"
  },
  "Status": {
    "Code": 0,
    "CustomDeclineCode": 0,
    "StatusMessage": "Cortina V2 Stub Tester",
    "Verdict": "Approved"
  }
}