GET /api/v2/billing/info
Returns the billing (payer) info on file for the authenticated account — the
contact, delivery emails, address, and tax ID Scope3 uses when issuing your
invoices. No payment processing happens through this API; it is collected
information only. Check it before your first invoice cycle: an invoice needs at
least a payer name and payer address.
Request
curl
Parameters
This endpoint takes no parameters.Response
| Field | Type | Notes |
|---|---|---|
contactName | string | null | Billing contact / payer name — who the invoice is addressed to |
email | array | Email addresses invoices are sent to |
ccEmails | array | Email addresses CC’d on invoices |
phone | string | null | Billing phone number |
address | string | null | Billing street address, line 1 |
address2 | string | null | Billing street address, line 2 |
city | string | null | Billing city |
region | string | null | State/province/region |
postalCode | string | null | Postal/ZIP code |
countryAlpha2 | string | null | Billing country (ISO 3166-1 alpha-2) |
taxId | string | null | Tax/VAT identifier shown on invoices |
null (emails: empty) until set with
Update billing info.
Errors
401 UNAUTHORIZED— missing or invalid bearer token.
Related
Update billing info
Change the details on file
Billing overview
How invoicing and remittance work