Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Apr 17, 2024
1 parent 275a451 commit b319e62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generator/konfig-docs/src/pages/enterprise/_index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Admonition type="note">
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.
</Admonition>

Here is a Python example that includes the required parameters:
Expand Down

0 comments on commit b319e62

Please sign in to comment.