3 April 2024 - Release Notes
- Part 2 of implementing iFrame for KYC ID Scans and Liveliness 💯
Avenu API Release Notes 1.9.6
Overview
Part 2 of implementing iFrame for KYC ID Scans and Liveliness
We are releasing the second part of the new iFrame implementation that will allow clients to serve the integrated KYC vendor through iFrame in their application. This completes the work to use the idScanURL
value in the customer status
response.
*Liveliness is a setting that must be turned on. Please contact [email protected], reach out through Slack, or create a case in the Partner Portal if you'd like to have this setting enabled.
What's New?
The following release notes detail the updates we have included in this release.
Part 2 of implementing iFrame for KYC ID Scans and Liveliness
The iFrame can be served to the customer by obtaining the idScanURL
from the customer status response body.
Example customer status
response
customer status
response{
"newCustomerTag": "",
"customerAccountNumber": "",
"status": "",
"statusInfo": "",
"idScanURL": "" // this will now be included for ID_SCAN status responses
}
Overview of the KYC iFrame flow:
Customer experience
After the successful capture
Once the iFrame workflow has finished successfully the client application should wait approximately 5 seconds before polling the customer status
endpoint for an updated status.
Testing your implementation
When you are ready to test your iFrame implementation in Sandbox, please reach out to Avenu Integration Support via Slack or email [email protected]
We will provide you with specific instructions and data to use during onboarding in order to test the iFrame in your application.