Skip to content

Express Docs v0.1.0


Express Docs / ProviderIdentity

Interface: ProviderIdentity

Defined in: src/types.ts:1309

Lightweight identifier for a provider, used in callbacks to indicate which provider triggered the event.

Properties

id?

optional id?: string

Defined in: src/types.ts:1318

Integrator-defined identifier set via ProviderButtonConfig.id. Useful for correlating a callback to the specific button that triggered it.


paymentMethodType

paymentMethodType: PaymentMethodType

Defined in: src/types.ts:1313

The payment method.


providerProtocolType

providerProtocolType: ProviderProtocolType

Defined in: src/types.ts:1311

The payment processor / gateway.

CollanaPay SDK Documentation