kycdd 1.2.1
kycdd: ^1.2.1 copied to clipboard
A package to help kycdd clients integrate with the KYCdd environment.
This package aims to help KYCdd clients better integrate their Flutter applications with the client onboarding process.
Features #
You can use this package to create a client and request a webframe for the client to add their information.
Getting started #
This package uses the flutter_inappwebview, permission_handler, file_picker and http packages to help you create and edit your clients.
Usage #
Start by setting the Workflow ID and API Keys by calling Kycdd.config(apiKey:
You can then create a client using Kycdd.createClient( customID: _customIDController.text,); The customID is optional, is the function will return a client_id provided by KYCdd. Both ID are suitable for requesting the client.
View example/kycdd_example.dart for details on how to implement the webview and open a data stream to receive data from KYCdd.
Additional information #
Find us at kycdd.co.za for more information on our services.