Skip to content
  • Auto
  • Light
  • Dark
Talk to an expert

Update Config

Update a customer configuration
post/v1/customers/{customer_id}/updateConfig

Updates the specified customer's config.

Path Parameters
customer_idstring
formatuuid
Body Parameters
leave_stripe_invoices_in_draftboolean
optional

Leave in draft or set to auto-advance on invoices sent to Stripe. Falls back to the client-level config if unset, which defaults to true if unset.

salesforce_account_idstring
optional

The Salesforce account ID for the customer

curl https://api.metronome.com/v1/customers/$CUSTOMER_ID/updateConfig \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $METRONOME_BEARER_TOKEN"