Updates a KYC request with a specified ID.
KYC request updated.
customerId required | string (CustomerId) <= 50 characters ID of the customer resource. | ||||||||||||||||||
required | Array of objects (KycRequestDocuments) Documents to request from the customer. | ||||||||||||||||||
Array
| |||||||||||||||||||
id | string <= 50 characters Unique resource ID. Defaults to UUID v4. | ||||||||||||||||||
status | string Status of the request.
| ||||||||||||||||||
redirectUrl | string <uri> URL where the customer is redirected when a KYC document upload is complete.
When the customer is redirected,
Rebilly appends an
Example: | ||||||||||||||||||
reason | string Reason for uploading. | ||||||||||||||||||
matchLevel | integer [ 1 .. 2 ] Default: 2 Tolerance level setting for document matches.
The value of | ||||||||||||||||||
revision | integer Number of times the KYC request data has been modified. Use this value when analyzing webhook data to determine if a change must take precedence over the current representation. | ||||||||||||||||||
expirationTime | string <date-time> Date and time when the request expires. The default value is one hour in the future. | ||||||||||||||||||
createdTime | string <date-time> (CreatedTime) Date and time which is set automatically when the resource is created. | ||||||||||||||||||
updatedTime | string <date-time> (UpdatedTime) Date and time which updates automatically when the resource is updated. | ||||||||||||||||||
Array of objects Related links. | |||||||||||||||||||
object Embedded objects that are requested by the | |||||||||||||||||||
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
Invalid data sent.
{- "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
- "documents": [
- {
- "type": "identity-proof",
- "subtypes": [
- "passport"
], - "maxAttempts": 3,
- "faceProofRequired": true
}
], - "reason": "spend limit",
- "matchLevel": 2,
- "expirationTime": "2019-08-24T14:15:22Z"
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
- "documents": [
- {
- "type": "identity-proof",
- "subtypes": [
- "passport"
], - "maxAttempts": 3,
- "faceProofRequired": true
}
], - "status": "gathering",
- "reason": "spend limit",
- "matchLevel": 2,
- "revision": 0,
- "expirationTime": "2019-08-24T14:15:22Z",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
], - "_embedded": {
- "documents": [ ]
}
}