Skip to content

Express Docs v0.1.0


Express Docs / ProviderProtocolType

Type Alias: ProviderProtocolType

ProviderProtocolType = "PayPal" | "Amazon" | "Adyen" | "Braintree" | "Computop" | "Mollie" | "Revolut" | "Stripe"

Defined in: src/types.ts:11

The payment processor or gateway responsible for handling the transaction.

Remarks

A single protocol (e.g. 'Adyen') may support multiple payment methods. The combination of ProviderProtocolType and PaymentMethodType uniquely identifies a provider implementation via ProviderKey.

CollanaPay SDK Documentation