Przelewy24 · Schema

clear_new

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
card integer Clearing the card number field
cvv string Clearing the CVV/CVC field
exp string Clear the card expiration date field
cardholder string Clearing the first name and last name fields
View JSON Schema on GitHub

JSON Schema

clear_new.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "clear_new",
  "properties": {
    "card": {
      "type": "integer",
      "description": "Clearing the card number field"
    },
    "cvv": {
      "type": "string",
      "description": "Clearing the CVV/CVC field"
    },
    "exp": {
      "type": "string",
      "description": "Clear the card expiration date field"
    },
    "cardholder": {
      "type": "string",
      "description": "Clearing the first name and last name fields"
    }
  },
  "type": "object"
}