List billing methods
Returns the billing methods of an account that are usable through the public API (Prepay, Invoice, PO, CC).
Use this endpoint to discover which billing methods are available — and how much budget remains on each — before creating campaigns or sending gifts.
Express billing methods are intentionally excluded.
Authorizations
Partner API key. Finalized per partner integration agreement.
Headers
Optional account identifier for scoping/validation/filtering.
Optional company identifier for scoping/validation/filtering.
Query Parameters
Filter by billing method type. The type of the billing method.
Prepay, Invoice, PO, CC "PO"
Filter by billing method status. Allowed values depend on the selected type:
Invoice:active,archivedCC:active,archived,expiredPO:draft,active,archived,expiredPrepay:draft,active,archived
The current status of the billing method.
draft, active, archived, expired "active"
Return only billing methods with remaining balance at or above this value.
x > 0Return only billing methods with remaining balance at or below this value.
x > 0Response
List of billing methods for the account.
A list of billing methods for the account.