Przelewy24 · Schema

ApiKeyResponse200

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
api_key string API key
type string Authentication type
name string Nazwa
View JSON Schema on GitHub

JSON Schema

ApiKeyResponse200.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiKeyResponse200",
  "properties": {
    "api_key": {
      "type": "string",
      "description": "API key"
    },
    "type": {
      "type": "string",
      "description": "Authentication type",
      "example": "baseAuth"
    },
    "name": {
      "type": "string",
      "description": "Nazwa",
      "example": ""
    }
  }
}