Get a customer's credit balance
Get a credit balance.
Path parameters
ULID (Universally Unique Lexicographically Sortable Identifier).
Query parameters
Return the credit balance as of this timestamp.
Defaults to the current time. Historical responses return live as zero because live charge impacts are only available for current balances.
Response
CreditBalances response.
Example response
{
"retrieved_at": "2023-01-01T01:01:01.001Z",
"balances": [
{
"currency": "USD"
}
]
}Changes
Changed in 6 of the 63 revisions of this API.5110
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed from the
//////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ▲
- ▲
the
//////response's property type changed fromstringto no type for statusresponse-property-type-changed
- ○
removed from the
//////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
added to the
//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ▲
- ○
for the
queryrequest parameterfilter, the format of propertycurrency/allOf[subschema #1: String Field Filter Exact]/anyOf[subschema #2]/oeqwas generalized fromArrayEncoding.commaDelimitedto no formatrequest-parameter-property-type-generalized
- ○
for the
queryrequest parameterfilter, the format of propertyfeature_key/allOf[StringFieldFilter]/anyOf[subschema #2]/ocontainswas generalized fromArrayEncoding.commaDelimitedto no formatrequest-parameter-property-type-generalized
- ○
for the
queryrequest parameterfilter, the format of propertyfeature_key/allOf[StringFieldFilter]/anyOf[subschema #2]/oeqwas generalized fromArrayEncoding.commaDelimitedto no formatrequest-parameter-property-type-generalized
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ▲
- ○
added the new optional
queryrequest parametertimestampnew-optional-request-parameter
- ○
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ●
deleted the
queryrequest parametertimestamprequest-parameter-removed
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 112 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲