Przelewy24 · Schema

extended_TransactionNotFoundResponse

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
error string
responseCode number
View JSON Schema on GitHub

JSON Schema

extended_TransactionNotFoundResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "extended_TransactionNotFoundResponse",
  "properties": {
    "error": {
      "type": "string",
      "default": "Transaction not found",
      "example": "Transaction not found"
    },
    "responseCode": {
      "type": "number",
      "default": 0,
      "example": 0
    }
  }
}