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
Fields are
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