v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Cortina

Post Renew Key

post/Cortina/RenewKey

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"
  },
  "CurrentKeyData": {
    "KeyExpirationDt": "2021-03-01 13:45:56.100",
    "KeyRenewalDt": "2021-03-01 13:45:56.100"
  }
}

Response

Success

Example response

{
  "NewKeyData": {
    "EncryptedKeyValue": "string",
    "ExternalKeyId": 1,
    "Kcv": "05A301"
  },
  "Status": {
    "Code": 0,
    "CustomDeclineCode": 0,
    "StatusMessage": "Cortina V2 Stub Tester",
    "Verdict": "Approved"
  }
}