Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / ProviderKey

Type Alias: ProviderKey

ProviderKey = "PayPal:PayPalExpress" | "PayPal:PayLater" | "Google:GooglePay" | "Apple:ApplePay" | "Amazon:AmazonPay" | "Adyen:PayPalExpress" | "Adyen:GooglePay" | "Adyen:ApplePay" | "Braintree:PayPalExpress" | "Braintree:PayLater" | "Computop:GooglePay" | "Computop:ApplePay" | "Mollie:ApplePay" | "Revolut:RevolutPay" | "Stripe:GooglePay"

Defined in: types.ts:46

Composite key combining ProviderProtocolType:PaymentMethodType.

Remarks

Only valid protocol×method pairs are represented. The SDK uses this key internally to look up the correct provider implementation, style map, and options map. Build one at runtime with buildProviderKey.

CollanaPay SDK Documentation