Przelewy24 · Schema

NetworkTokenNotificationCardLogotype

Card logo data.
Submission of the object depends on the data received from the card organizations.

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
width integer Recommended width of the logo in px
height integer Recommended height of the logo in px
url string Link to download the card's logo
View JSON Schema on GitHub

JSON Schema

NetworkTokenNotificationCardLogotype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NetworkTokenNotificationCardLogotype",
  "type": "object",
  "description": "Card logo data. </br><i>Submission of the object depends on the data received from the card organizations.</i>",
  "properties": {
    "width": {
      "type": "integer",
      "description": "Recommended width of the logo in px",
      "example": 100
    },
    "height": {
      "type": "integer",
      "description": "Recommended height of the logo in px",
      "example": 100
    },
    "url": {
      "type": "string",
      "description": "Link to download the card's logo",
      "example": "https://card-logotype/combined-image-asset/MyBank.png"
    }
  }
}