action qualpay_get_card_type_information { label: "Get Card type Information for Visa, Mastercard, and Discover" description: "Gets Card type information for Visa, Mastercard, and Discover. Useful if you prohibit or allow certain activity based on card type. For example, you may not want to allow a subscription to be created using a prepaid card." provider: qualpay method: POST path: "/ardef" encoding: json output: { type: "object" additionalProperties: true } }