Przelewy24 · Schema

MerchanExistsResponse200

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data array Array with merchant's id
error string Error message. Empty for correct
View JSON Schema on GitHub

JSON Schema

MerchanExistsResponse200.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MerchanExistsResponse200",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array with merchant's id",
      "items": {
        "type": "string"
      }
    },
    "error": {
      "type": "string",
      "description": "Error message. Empty for correct",
      "example": ""
    }
  }
}