cURL
curl --request PATCH \ --url https://api.enterprise.sandbox.uphold.com/core/kyc/processes/phone \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "input": { "phone": "+447400123456", "country": "GB" }, "output": { "verifiedAt": "2020-01-01T00:00:00Z" } }'
200
Process Updated
{ "phone": { "status": "ok", "input": { "phone": "+447400123456", "country": "GB" }, "output": { "verifiedAt": "2020-01-01T00:00:00Z" } }}
Update the phone process for a user.
OAuth 2.0 authentication.
KYC phone process updated.
The response is of type object.
object