Przelewy24 · Schema

PaymentMethodObjectResponseBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
id integer Unique payment method ID
name string Name of a payment method
status boolean True – ON, False – OFF
View JSON Schema on GitHub

JSON Schema

PaymentMethodObjectResponseBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PaymentMethodObjectResponseBody",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique payment method ID"
    },
    "name": {
      "type": "string",
      "description": "Name of a payment method"
    },
    "status": {
      "type": "boolean",
      "description": "True \u2013 ON, False \u2013 OFF"
    }
  }
}