Przelewy24 · Schema

MerchantRegisterResponse201

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
error string Error message. In case of empty message, null is returned.
code string Response's code
data object Object of registration data
View JSON Schema on GitHub

JSON Schema

MerchantRegisterResponse201.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MerchantRegisterResponse201",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message. In case of empty message, null is returned.",
      "example": null
    },
    "code": {
      "type": "string",
      "description": "Response's code",
      "example": 201
    },
    "data": {
      "description": "Object of registration data",
      "$ref": "#/components/schemas/MerchantRegisterDataObject"
    }
  }
}