Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / ProviderProtocolType

Type Alias: ProviderProtocolType

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

Defined in: 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