Link Stripe customer

PUT /api/v1/advisory-firms/{firm_id}/stripe-customer

Link an advisory firm to a Stripe customer for billing.

Operation ID: update_stripe_customer_api_v1_advisory_firms__firm_id__stripe_customer_put · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

firm_id string required

Request body

stripe_customer_id string required

Stripe customer ID (e.g., cus_xxx)

Responses

200 Successful Response

advisory_firm_id string required

Advisory firm ID

stripe_customer_id string required

Linked Stripe customer ID

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object