Sync logo to Stripe branding

POST /api/v1/businesses/invoice-settings/sync-logo

Upload the business logo to Stripe for invoice branding.

Operation ID: sync_logo_to_stripe_api_v1_businesses_invoice_settings_sync_logo_post · 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.

Responses

201 Successful Response

status string required

Sync status: 'synced', 'no_logo', or 'no_stripe_account'.

stripe_file_id string

Stripe file ID for the uploaded logo (if synced).

synced_at string · date-time

Timestamp when the sync completed.

400 Bad Request - Invalid input

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

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