โ11-14-2021 09:42 PM
When I run KYC against an active user that has all the required KYC information, the platform returns this error
{
"error_message": "KYC Provider not setup",
"error_code": "400155"
}
Here is a video example using the Core API explorer:
I realize the KYC Verification API docs state
be aware that this endpoint does not work in your sandbox environment, only in production.
so that might explain it... but a colleague is able to use the same inputs in their environment to get an expected response, like this:
They can then make the KYC check pass by setting manual_override to true.
Ideally, I'd like to be able to test KYC in my sandbox environment in a similar way to my colleague. Is this possible? Is there a bug with my sandbox?
โ11-16-2021 07:24 AM
Hi @pepper_egg_tech I spoke to our teams and the KYC functionality has not been operationalized for the public sandbox which is likely why you are running into these responses. We do not intend on making this a functionality of the public sandbox so when testing, operate under the assumption that it is not supported. I hope this helps!
โ11-15-2021 06:58 AM
Hi @pepper_egg_tech ! There are some tests you can perform in sandbox in regards to KYC, specifically around different types of error messages. However, it is something that needs to be configured. Are you using our public sandbox or do you have a private sandbox with us?
Thanks!
Jess
โ11-15-2021 09:36 AM
Hi @jcook !
I signed up for a developer account and use https://sandbox-api.marqeta.com/v3/ as per the URL on my dashboard. My colleague is using the same.
โ11-15-2021 10:22 AM
Hi @pepper_egg_tech , technically the KYC features should not work in our public sandbox. Let me do a little more digging into this and let me know if you notice any differences in what you request versus what you request. Thank you.
โ11-16-2021 07:24 AM
Hi @pepper_egg_tech I spoke to our teams and the KYC functionality has not been operationalized for the public sandbox which is likely why you are running into these responses. We do not intend on making this a functionality of the public sandbox so when testing, operate under the assumption that it is not supported. I hope this helps!
โ11-16-2021 07:41 AM
Thanks @jcook not what I wanted to hear, but exactly what I needed to know. I appreciate the quick turnaround on a response. Really good community support!