Przelewy24 · Schema

AffiliatesResponse404

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
error string Error message
code integer Erroc code
View JSON Schema on GitHub

JSON Schema

AffiliatesResponse404.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AffiliatesResponse404",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message",
      "example": "Affiliates not found"
    },
    "code": {
      "type": "integer",
      "description": "Erroc code",
      "example": 404
    }
  }
}