Sync app registration status
Endpoint
The App Registration Sync
endpoint updates the status and step of an app registration process. This endpoint is useful for syncing the registration status, especially when specific conditions or criteria have been met.
Headers
Include the necessary authentication headers, as well as any other headers required for authorization and content-type, such as:
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Parameter | Type | Required | Description |
---|---|---|---|
| String | Yes | Specifies the step to update, e.g., |
| String | Yes | The new status of the registration, e.g., |
Step options
steps | statuses |
---|---|
skipKYC | COMPLETED_WITHOUT_KYC |
instructions | ONGOING |
signUpForm | ONGOING |
basicInformation | ONGOING |
document | ONGOING |
liveness | ONGOING |
form | ONGOING |
end | [COMPLETED, FAILED, NEEDS_MANUAL_VERIFICATION] |
Example Body
Request
Responses
Last updated