200 Successful Response
Schema: UpdateStripeCustomerResponse
-
advisory_firm_idstring required -
Advisory firm ID
-
stripe_customer_idstring required -
Linked Stripe customer ID
/api/v1/advisory-firms/{firm_id}/stripe-customer
Link an advisory firm to a Stripe customer for billing.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
firm_id
string
required
Schema: UpdateStripeCustomerRequest
stripe_customer_id
string
required Stripe customer ID (e.g., cus_xxx)
Schema: UpdateStripeCustomerResponse
advisory_firm_id
string
required Advisory firm ID
stripe_customer_id
string
required Linked Stripe customer ID
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object