Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / ProviderOptionsMap

Interface: ProviderOptionsMap

Defined in: types.ts:1009

Maps each ProviderKey to its provider-specific options interface.

Remarks

Options are keyed by ProviderKey so each protocol method pair has its own type. Providers that do not yet support custom options use Record<string, never>.

Properties

Adyen:ApplePay

Adyen:ApplePay: AdyenApplePayOptions

Defined in: types.ts:1025

Options for Adyen Apple Pay Drop-in.


Adyen:GooglePay

Adyen:GooglePay: AdyenGooglePayOptions

Defined in: types.ts:1023

Options for Adyen Google Pay Drop-in.


Adyen:PayPalExpress

Adyen:PayPalExpress: AdyenPayPalExpressOptions

Defined in: types.ts:1021

Options for Adyen PayPal Express Drop-in.


Amazon:AmazonPay

Amazon:AmazonPay: AmazonPayOptions

Defined in: types.ts:1019

Options for native Amazon Pay.


Apple:ApplePay

Apple:ApplePay: ApplePayOptions

Defined in: types.ts:1017

Options for native Apple Pay (Apple Pay JS SDK + W3C Payment Request API).


Braintree:PayLater

Braintree:PayLater: BraintreePayLaterOptions

Defined in: types.ts:1039

Options for Braintree PayPal Pay Later.


Braintree:PayPalExpress

Braintree:PayPalExpress: BraintreePayPalExpressOptions

Defined in: types.ts:1037

Options for Braintree PayPal Express.


Computop:ApplePay

Computop:ApplePay: ApplePayOptions

Defined in: types.ts:1029

Options for Computop Apple Pay (W3C Payment Request API).


Computop:GooglePay

Computop:GooglePay: ComputopGooglePayOptions

Defined in: types.ts:1027

Options for Computop Google Pay. Gateway is fixed to 'computop'.


Google:GooglePay

Google:GooglePay: GooglePayOptions

Defined in: types.ts:1015

Options for native Google Pay.


Mollie:ApplePay

Mollie:ApplePay: MollieApplePayOptions

Defined in: types.ts:1031

Options for Mollie Apple Pay (W3C Payment Request API).


PayPal:PayLater

PayPal:PayLater: PayPalPayLaterOptions

Defined in: types.ts:1013

Options for PayPal Pay Later.


PayPal:PayPalExpress

PayPal:PayPalExpress: PayPalOptions

Defined in: types.ts:1011

Options for native PayPal Express.


Revolut:RevolutPay

Revolut:RevolutPay: RevolutPayOptions

Defined in: types.ts:1033

Options for Revolut Pay.


Stripe:GooglePay

Stripe:GooglePay: StripeGooglePayOptions

Defined in: types.ts:1035

Options for Stripe Google Pay (Express Checkout Element).

CollanaPay SDK Documentation