Przelewy24 · Schema

TransactionReject200

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data object
responseCode string
View JSON Schema on GitHub

JSON Schema

TransactionReject200.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransactionReject200",
  "properties": {
    "data": {
      "properties": {
        "status": {
          "type": "string",
          "example": "success"
        }
      },
      "type": "object"
    },
    "responseCode": {
      "type": "string",
      "example": "0"
    }
  }
}