Przelewy24 · Schema

other

recurring transaction

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech
View JSON Schema on GitHub

JSON Schema

other.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "other",
  "description": "recurring transaction",
  "allOf": [
    {
      "$ref": "#/components/schemas/cardData"
    },
    {
      "type": "object"
    }
  ],
  "type": "object"
}