@rebornpay/checkout-seon
v0.1.0
Published
Browser-side SEON device fingerprint helpers for RebornPay checkout
Maintainers
Readme
@rebornpay/checkout-seon
SEON device fingerprint helpers for RebornPay public checkout.
import { initCheckoutSeon, collectSeonSession } from "@rebornpay/checkout-seon";
await initCheckoutSeon();
const seonSession = await collectSeonSession();Pass seonSession to POST /v1/checkout-sessions/{id}/confirm.
