Create connected organization

Create a connected organization.

Optionally pass currency_code to set the connected organization's balance currency. Supported values are USD, EUR, and GBP. If omitted, the balance currency defaults to USD.

Optionally pass a kyb_prefill object to forward KYB (Know Your Business) details you have already collected for the end client. When provided, these values prefill the end client's onboarding form; the end client still reviews, edits where needed, and submits the form. Every kyb_prefill field is optional, but any value provided is validated. Malformed KYB details (for example an unsupported country_code or a malformed website_url) return a 400.

Body Params

Connected organization to create

string
required

The client ID of the OAuth application.

string | null
Defaults to USD

The currency used for the connected organization's balance. Supported values are USD, EUR, and GBP. Defaults to USD if omitted, null, or blank.

kyb_prefill
object

Optional KYB details to forward for the end client. When provided, these values prefill the end client's onboarding form. Every field is optional.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json