Fiat
Update KYC status for a user
Update the KYC verification status for a user from the configured provider
patch/v1/users/{user_id}/fiat/kyc
Path parameters
user_idstring required
The ID of the user to update KYC status for
Headers
privy-app-idstring required
ID of your Privy app.
Request body
Response
Updated KYC verification status
Example response
{
"provider_user_id": "303912cc-74fa-4f7a-9c51-2945b40ac09a",
"status": "under_review",
"user_id": "cmaftdj280001ww1ihwhy57s3"
}