An Account lives within a Company and lets you separate and organize gifting activity for different teams, departments, or budget owners — each with its own campaigns and billing method.Documentation Index
Fetch the complete documentation index at: https://docs.snappy.com/llms.txt
Use this file to discover all available pages before exploring further.
The Account Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the Account |
name | string | Display name of the Account |
companyId | string | The ID of the Company this Account belongs to |
billingMethod | object | The default billing method assigned to this Account |
billingMethod.type | string | The billing method type (e.g. INV for invoice) |
billingMethod.amount | number | The available balance on this billing method |
createdAt | string | ISO 8601 timestamp of when the Account was created |
updatedAt | string | ISO 8601 timestamp of the last update |