Skip to main content
POST
Update Onboarding Settings
Use this endpoint to control which steps run during the Verify Customer call. Changes apply to all subsequent onboarding requests for your branch.
Both ivs and aml are enabled by default. Disabling ivs will also cause AML screening to be skipped, since screening depends on a verified name being returned from the identity check.

Endpoint

Request

Headers

Body Parameters

You can update one or both settings in a single call. Omitted fields retain their current value.

Example

Response

string
"success" on a successful update.
string
"Settings saved"
object
The full settings state after the update.

200 OK

Error Responses

Authorizations

x-access-token
string
header
required

Your Adhere API secret key

Body

application/json
ivs
boolean

Enable or disable identity verification

aml
boolean

Enable or disable AML screening

Response

Settings saved