Keep your organization’s billing information up to date so that Hackrate can issue correct invoices for your HackGATE subscription. Billing details are stored per organization and can be updated at any time through the API or the admin dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve billing info
Fetch your organization’s current billing details using the billing endpoint:Billing information is stored per organization. If your organization has not set billing information yet, the GET endpoint returns an empty response.
Update billing info
Submit updated billing details with a POST request. This replaces any previously saved information:Billing fields reference
| Field | Description |
|---|---|
bussinessName | Legal business name for invoicing. |
vat | VAT registration number (if applicable). |
address | Primary street address. |
addressLine2 | Apartment, suite, or additional address information. |
city | City. |
zipCode | Postal / ZIP code. |
country | Country name. |
state | State or province (leave empty if not applicable). |
email | Billing contact email address for invoices. |
