Przelewy24 · Schema

MerchantRegisterDataObject

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
merchant_id integer Id of a new merchant
link string Link - new merchant registration form
View JSON Schema on GitHub

JSON Schema

MerchantRegisterDataObject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MerchantRegisterDataObject",
  "properties": {
    "merchant_id": {
      "type": "integer",
      "description": "Id of a new merchant"
    },
    "link": {
      "type": "string",
      "description": "Link - new merchant registration form"
    }
  }
}