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

Not Returning Proper RefusedReasonMessage for KYC Documents #416

Open
AdnanR-ainbow opened this issue Aug 12, 2024 · 0 comments
Open

Not Returning Proper RefusedReasonMessage for KYC Documents #416

AdnanR-ainbow opened this issue Aug 12, 2024 · 0 comments

Comments

@AdnanR-ainbow
Copy link

When retrieving KYC documents using the MangoPay SDK, the RefusedReasonMessage field is not populated correctly. This field returns an incorrect or null value in several instances even when the KYC document has been refused for a specific reason. This issue is critical as it prevents us from properly informing users about the reasons for their KYC document rejections.

Steps to Reproduce:

Submit a KYC document that will likely be refused (e.g., Registration proof has Expired).
Could you wait for the document to be processed and a refusal decision to be made?
Retrieve the KYC document using the MangoPay SDK.
Observe that the RefusedReasonMessage is incorrect (Refused Reason) or null.

In the dashboard, it shows the proper reason but when fetching via sdk it's giving Refused Reason instead if the actual reason.

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

1 participant