Create a Flow
All requests to the /v2/flow/*
endpoints must include both the client_id
and api_key
as detailed in the
Authentication document.
Creates a new Flow.
Method
Make a request to the /v2/flow/create endpoint
Request Example
Parameters
Name | Type | Required | Description |
---|---|---|---|
steps | list[string] | ✔️ | List of steps. Step is one of [compliance, manage-payments, manage-payouts, payout] |
user_id | string (uuid) | User to pre-authenticte the flow for |
Styling
Flow styling will be supported in the future.