From b319e62a958503555e447acff016cd90121408cb Mon Sep 17 00:00:00 2001 From: dphuang2 Date: Wed, 17 Apr 2024 11:21:09 -0700 Subject: [PATCH] update --- generator/konfig-docs/src/pages/enterprise/_index.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/generator/konfig-docs/src/pages/enterprise/_index.mdx b/generator/konfig-docs/src/pages/enterprise/_index.mdx index dd368859e..dc6521ed1 100644 --- a/generator/konfig-docs/src/pages/enterprise/_index.mdx +++ b/generator/konfig-docs/src/pages/enterprise/_index.mdx @@ -108,13 +108,14 @@ This endpoint initializes the KYC process for a customer. - **Endpoint:** `/initialize` - **Method:** `POST` - **Required Parameters:** - - `customer_id`: The unique identifier of the customer from your system - `workflow_id`: The unique identifier of the workflow from ACME + - `customer_id`: The unique identifier of the customer from your system - `address`: The address of the customer - `gender`: The gender of the customer -The `customer_id`, `address`, and `gender` should be dynamically fetched from your system. +We pulled `workflow_id` from your account. The `customer_id`, `address`, and +`gender` should be dynamically fetched from your system. Here is a Python example that includes the required parameters: