Appearance
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?
optionalid?: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.
