Create payment account onboarding session
Payments
Create payment account onboarding session
Returns a short-lived client secret that the frontend hands to Stripe’s embedded ConnectAccountOnboarding component. The secret is single-use and expires; call this endpoint each time the onboarding component is mounted.
Authentication. An API key (x-dolfin-api-key) or a JWT Bearer token; the organisation is determined without the x-dolfin-organisation-id header.
POST
Create payment account onboarding session
Authorizations
An API key issued to your client. It carries the client's scope; org-scoped calls also require the x-dolfin-organisation-id header. Keys are created and revoked by a client administrator.