Get billing method by ID
Retrieves a single billing method by its ID, scoped to the account
specified in the Snappy-Account-Id header.
Use this endpoint to confirm a billing method is usable through the public API, fetch its remaining balance, and read its status and key metadata before creating campaigns or sending gifts.
Billing methods that exist but are not supported by the public API (e.g. Express) return 422.
Authorizations
Partner API key. Finalized per partner integration agreement.
Headers
Optional account identifier for scoping/validation/filtering.
Optional company identifier for scoping/validation/filtering.
Path Parameters
The ID of the billing method to retrieve.
Response
Billing method details.
A billing method available through the v3 public API.
The unique identifier of the billing method.
"fs_abc123"
The display name of the billing method.
"Q1 Marketing PO"
The type of the billing method.
Prepay, Invoice, PO, CC "PO"
The current status of the billing method.
draft, active, archived, expired "active"
The date the billing method was created, in ISO-8601 format.
"2025-01-15T10:00:00.000Z"
The expiration date of the billing method, in ISO-8601 format. Null when no expiry is configured.
"2025-12-31T23:59:59.000Z"
Spending limit details. Null when the billing method has no cap (e.g. Invoice).
{ "remaining": 7250.5 }