Przelewy24 · Schema

CardPaymentNegativeNotificationResult

Transaction details

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
error string Error code
message string Description
rejectReason string Reason for rejection of the transaction
behaviour string Guidelines for further course of action in case of rejection or decline
issuerResponseCode string Response code from the bank
View JSON Schema on GitHub

JSON Schema

CardPaymentNegativeNotificationResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CardPaymentNegativeNotificationResult",
  "type": "object",
  "description": "Transaction details",
  "properties": {
    "error": {
      "type": "string",
      "example": "0",
      "description": "Error code"
    },
    "message": {
      "type": "string",
      "description": "Description",
      "example": "Incorrect Transaction"
    },
    "rejectReason": {
      "type": "string",
      "description": "Reason for rejection of the transaction",
      "example": "declined"
    },
    "behaviour": {
      "type": "string",
      "description": "Guidelines for further course of action in case of rejection or decline",
      "example": "abort"
    },
    "issuerResponseCode": {
      "type": "string",
      "description": "Response code from the bank"
    }
  }
}