PUT /api/v2/billing/info
Updates the billing (payer) info Scope3 invoices you with. Admin-only. Send at
least one field; omitted fields are left unchanged. The response returns the
full updated record. At minimum, Scope3 needs a payer name (contactName) and
a payer address (address, city, countryAlpha2) to issue an invoice — set
both before your first billing cycle. Also available in the UI under
Settings → Billing.
Request
curl
Parameters
Response
Errors
400 VALIDATION_ERROR— a malformed email inemail/ccEmails, a lowercase or non-ISOcountryAlpha2, or an empty body (at least one field is required).401 UNAUTHORIZED— missing or invalid bearer token.403 FORBIDDEN— the caller is not an admin of the account.
Related
Get billing info
Read the details on file
Billing overview
How invoicing and remittance work