Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KYC Not working #1

Open
Diyarbekoralbaev opened this issue May 2, 2024 · 2 comments
Open

KYC Not working #1

Diyarbekoralbaev opened this issue May 2, 2024 · 2 comments

Comments

@Diyarbekoralbaev
Copy link

Diyarbekoralbaev commented May 2, 2024

@TENSHKUMAR-KKT-2004 TENSHKUMAR-KKT-2004
KYC is not working when I try both on your site and locally. That is, when registering as a provider. I have the wallets set up correctly. IPFS is also configured. How can I solve this problem?
browser console:
image

image

@MUKILAN-2003
Copy link
Member

@Diyarbekoralbaev

There are two KYCVerification functions inside app.js. One will get the industryID as the parameter, and that function only works for government accounts. Only the government can approve the KYC.

The other function is at line number 141 in app.js. That's the function to submit the KYC form. From there, the data and request will be sent to the backend server, and then it will be stored in IPFS.

Make sure you check if the IPFS file system is connected with the application.

@Diyarbekoralbaev
Copy link
Author

Diyarbekoralbaev commented May 3, 2024

@Diyarbekoralbaev

There are two KYCVerification functions inside app.js. One will get the industryID as the parameter, and that function only works for government accounts. Only the government can approve the KYC.

The other function is at line number 141 in app.js. That's the function to submit the KYC form. From there, the data and request will be sent to the backend server, and then it will be stored in IPFS.

Make sure you check if the IPFS file system is connected with the application.

@TENSHKUMAR-KKT-2004 @MUKILAN-2003

When i try it through XDC Apothem Testnet, we get another error. As a government, i cannot get Industry KYC reports. BTW i'm using XDC Pay 2.0 wallet.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants