Example Usage
Parameters
- planId: The ID of the payment plan to check balance for
- userAddress (optional): Check balance for a specific user address instead of the authenticated user
Returns
Notes
- If isSubscriber is false, the user has no active credits
- Balance may be time-based or credit-based depending on plan type
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the plan.