Appearance
Express Docs / ProviderIdentity
Interface: ProviderIdentity
Defined in: src/types.ts:1375
Lightweight identifier for a provider, used in callbacks to indicate which provider triggered the event.
Properties
id?
optionalid?:string
Defined in: src/types.ts:1384
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:1379
The payment method.
providerProtocolType
providerProtocolType:
ProviderProtocolType
Defined in: src/types.ts:1377
The payment processor / gateway.
