Introduction
Integrating with Numaly's API is simple and straightforward. For the quickest integration follow the two step workflow below.
1. Start Verification Request
<link href="https://numaly.s3-ap-southeast-2.amazonaws.com/assets/css/numaly-widget.css" rel="stylesheet">
<script src="https://numaly.s3-ap-southeast-2.amazonaws.com/assets/js/numaly-widget.js" type="text/javascript" async></script>
<button onclick="Numaly.initPopupWidget({url: '<verification-url>'});return false;">
Verify Income
</button>2. Retrieve Report
Last updated