cURL
Update Process Authoritatively
curl --request PATCH \ --url https://api.enterprise.sandbox.uphold.com/core/kyc/processes/email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "input": { "email": "[email protected]" }, "output": { "verifiedAt": "2020-01-01T00:00:00Z" }}'
200
Process Updated Authoritatively
{ "email": { "status": "ok", "input": { "email": "[email protected]" }, "output": { "verifiedAt": "2020-01-01T00:00:00Z" } }}
Update the email process for a user.
OAuth 2.0 authentication.
Input of the KYC process.
Show child attributes
Output of the KYC process.
KYC email process updated.
The KYC email object.