v1

latestOpenAPI 3.0.02026-07-1319142308.8 KB
account

patch/account

Query parameters

idstring uuid
created_atstring timestamp with time zone
stripe_account_idstring text
capabilitiesstring jsonb
details_submittedstring boolean
emailstring text
payouts_enabledstring boolean
typestring public.account_type_enum
charges_enabledstring boolean
requirementsstring text[]
organization_idstring uuid

Headers

Prefer'return=representation' | 'return=minimal' | 'return=none'

Preference

Request body

idstring uuid required

Note: This is a Primary Key.<pk/>

created_atstring timestamp with time zone required
stripe_account_idstring text
{"stackTrail":"components:schemas:account:properties:capabilities","oasType":"schema","type":"unknown"}
details_submittedboolean required
emailstring text required
payouts_enabledboolean required
type'standard' | 'express' | 'custom' public.account_type_enum required
charges_enabledboolean required
requirementsstring[]
organization_idstring uuid required

Note: This is a Foreign Key to organization.id.<fk table='organization' column='id'/>

Response

No Content