@placetopay/iframe-on-boarding
v0.1.0-beta.2
Published
Incorporation of iframe to give continuity to the identity validation allowing to keep the user within the same app or web page
Downloads
6
Readme
#Iframe for OnBoarding by Evertec-Placetopay
With this library you can make a faster integration by using the api that allows you to start an identity validation and that is described here
##Quick start
Install with npm:
npm install @placetopay/iframe-on-boarding
##Usage from node The value of the url parameter is the url delivered in the response when requesting an identity validation in the api
onboarding = require('@placetopay/iframe-on-boarding');
onboarding.addIframe(url);