Declarative onboarding metadata for the Paysafe adapter pair: the credentials a
host collects, the provider event-type strings the webhook parser recognizes,
and the CSP hosts Paysafe.js touches. The credential keys mirror
PaysafeServerAdapterConfig (plus the client-scope apiKey Paysafe.js needs to
tokenize) and the event list mirrors webhook.ts's EVENT_TYPE_MAP — keep the
three in step. merchantAccount is descriptive: the runtime config takes a
merchantAccountResolver function instead, since Paysafe routes per currency.
Declarative onboarding metadata for the Paysafe adapter pair: the credentials a host collects, the provider event-type strings the webhook parser recognizes, and the CSP hosts Paysafe.js touches. The credential keys mirror
PaysafeServerAdapterConfig(plus the client-scopeapiKeyPaysafe.js needs to tokenize) and the event list mirrorswebhook.ts's EVENT_TYPE_MAP — keep the three in step.merchantAccountis descriptive: the runtime config takes amerchantAccountResolverfunction instead, since Paysafe routes per currency.