Consumers

consumers_consumer_id_verify

Fully verify a consumer identity. Will set emailVerified, mobileVerified, isPep (as false), isSanctioned (as false) and fullDueDiligence (as APPROVED).

SecurityAPI_Secret_Key
Request
path Parameters
consumer_id
required
integer <int64>
header Parameters
call-ref
string

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

Responses
204

Success - No Content

400

Invalid Request

default

Error

post/consumers/{consumer_id}/verify
Response samples
application/json
{
  • "message": "string",
  • "validation": {
    }
}