PayPal · Schema

BLIK one-click payment object

Information used to pay using BLIK one-click flow.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
consumer_reference string The merchant generated, unique reference serving as a primary identifier for accounts connected between Blik and a merchant.
View JSON Schema on GitHub

JSON Schema

paypal-blik-one-click-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/blik_one_click_response",
  "title": "BLIK one-click payment object",
  "type": "object",
  "description": "Information used to pay using BLIK one-click flow.",
  "properties": {
    "consumer_reference": {
      "type": "string",
      "description": "The merchant generated, unique reference serving as a primary identifier for accounts connected between Blik and a merchant.",
      "minLength": 3,
      "maxLength": 64,
      "pattern": "^[ -~]{3,64}$"
    }
  }
}