Viewing your balance
Navigate to Credits in the sidebar. The page heading shows the current balance in this format:Credit balance card.
Credit packs
Navigate to Billing in the sidebar. TheCredit packs section shows six pack buttons:
| Button |
|---|
| $10 |
| $25 |
| $50 |
| $100 |
| $500 |
| $1000 |
Requirements
Credit pack purchases require:| Requirement | Detail |
|---|---|
| Active subscription | You must have an active Starter, Pro, Scale, or Enterprise plan |
| Permission | Only the Primary Owner can purchase |
Checking balance via API
Use the billing endpoint to check your credit balance programmatically:Terminal
JSON
account:read scope. See Scopes for details.
With the SDK
TypeScript
How credits are added
The credit ledger records additions asadd entries. In the dashboard, the description formatter turns known internal descriptions into user-facing labels.
| Raw ledger description | Dashboard label |
|---|---|
Welcome credits - user:<id> | Welcome credits |
invoice:<id> | Subscription renewal |
order:<id> | Credit pack purchase |
Subscription invoice <id> | Subscription renewal |
| Other values | Unchanged |
add entries so duplicate billing events do not double-credit the account.
Welcome credits
Every new BabySea account receives$1.000 in welcome credits automatically.
Welcome credits are granted once per user. Creating additional team accounts does not grant additional welcome credits.
Permissions
| Action | Primary Owner | Owner | Member |
|---|---|---|---|
| View balance | Yes | Yes | Yes |
| View transactions | Yes | Yes | Yes |
| Purchase credit packs | Yes | No | No |