v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Cortina Prepaid

Cortina Prepaid Authorization

post/Cortina/Prepaid/Authorization

Request body

Example request

{
  "BasicInfo": {
    "AgeLimitation": 18,
    "Amount": 5,
    "AuditNumber": 342,
    "BillingProviderId": 1,
    "CurrencyCode": "ILS",
    "CurrencyNumeric": "376",
    "IsProductSelected": true,
    "NayaxRRN": "111111",
    "NayaxTransactionId": 3584697384,
    "PaymentMethodID": 1,
    "SiteId": 1,
    "TimeoutMS": 15000,
    "TransactionId": "N99O4XURDQYJZIK4OTCAWF1RHHA40TZWVCRB"
  },
  "DeviceInfo": {
    "FWVersion": "4.0.0.22-RC01 - Aug 25 2021",
    "Type": "Onyx"
  },
  "ActorInfo": {
    "Country": {
      "Alpha2Code": "US",
      "Alpha3Code": "USA",
      "Intra": "Europe",
      "Name": "UNITED STATES",
      "NumericCode": "840"
    },
    "DynamicURL": "https://www.nayax.com/alternativeURL",
    "GeoLocation": {
      "Address": "River",
      "City": "Zambezi",
      "CountryCode": "ZM",
      "Latitude": 51.0003431,
      "Longitude": 23.745245,
      "State": "Alabama",
      "ZipCode": "234234"
    },
    "Id": 2001537302,
    "MCC": 455,
    "Name": "TestPayCC V2 OP",
    "OperatorId": 2001537302,
    "OperatorName": "TestPayCC V2 OP _ Sub Merchant"
  },
  "CustomData": {
    "Actor": "String",
    "DirectActor": "String",
    "Distributor": "String",
    "Machine": "String",
    "Operator": "String",
    "SoftDecline": "String"
  },
  "CardData": {
    "BrandInfo": {
      "PrimaryDescription": "VISA",
      "PrimaryId": "6",
      "SecondaryDescription": "string",
      "SecondaryId": "0"
    },
    "CVV2": "****",
    "CardHolderName": "Test Card Holder",
    "CardNumber": "****",
    "EMVData": "string",
    "EntryMode": "MCR",
    "ExpMonth": "01",
    "ExpYear": "23",
    "IDNumber": "****",
    "IsDebitCard": true,
    "RandomNumber": "string"
  },
  "PaymentInfo": {
    "SrvTranId": "3584697388",
    "AuthCode": "333333",
    "AuthAmount": 5.5,
    "SettAmount": 5.5,
    "RRN": "111111",
    "Token": "string",
    "AuthDateTime": "071221133300",
    "SettDateTime": "071221133330",
    "TraceNumber": "4444",
    "AdditionalData": "string",
    "ProviderExternalData": "string",
    "InitiateTranReference": 11223344
  }
}

Response

Success

Example response

{
  "Balance": {
    "RegularCredit": 0,
    "RegularCreditType": 0,
    "RevalueCredit": 0
  },
  "PaymentInfo": {
    "AdditionalData": "string",
    "AuthAmount": 0.1,
    "AuthCode": 333333,
    "AuthDateTime": 230221101008,
    "AuthSource": 555555,
    "IsGatewayTimeout": true,
    "RRN": 111111,
    "SettAmount": 0.1,
    "SettDateTime": 230221101009,
    "SrvTranId": 2.3658433596983443e+35,
    "Token": "string",
    "TraceNumber": 4444
  },
  "Status": {
    "Code": 0,
    "CustomDeclineCode": 0,
    "StatusMessage": "string",
    "Verdict": "Approved"
  }
}