Creating User Onboarding

Endpoint:

POST /v1/user/{user_api_key_id}/user-onboarding
{
    "type": "PARTNER_USER"
}

Response:

{
    "Response": [
        {
            "Id": {
                "id": 260
            }
        }
    ]
}

Now the provisioned user has an Onboarding model which can be updated to be completed.

Step 2: Update Onboarding model

The response to this endpoint gives you all the information you have to provide to have a verified and active user. All the fulfillments should be completed before the user is fully verified and can create Monetary Accounts, Cards, Payments etc.

Endpoint:

The user_api_key_id is obtained from the ID of the UserApiKey object when creating a session on behalf of the user.

Request body:

Response:

The Response body below is an example. For the user_verification_status_desired that was used in the POST call, the system will respond with the fulfillments that are required to be completed before the user is fully verified.

Last updated

Was this helpful?