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