UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

8 lines (7 loc) 254 B
/** * ThreeDS2DeviceFingerprint, onComplete, calls a new, internal, endpoint which * behaves like the /details endpoint but doesn't require the same credentials */ export default function callSubmit3DS2Fingerprint({ data }: { data: any; }): void;