Create a credit adjustment
A credit adjustment can be used to make manual adjustments to a customer's credit balance.
Supported use-cases:
- Usage correction
Path parameters
ULID (Universally Unique Lexicographically Sortable Identifier).
Request body
Example request
{
"labels": {
"env": "test"
},
"currency": "USD"
}Response
CreditAdjustment created response.
Example response
{
"labels": {
"env": "test"
}
}Changes
Changed in 2 of the 62 revisions of this API.212
- ▲
removed
CurrencyCodeBillingCurrencyCodeCustomfrom thecurrency/allOf[BillingCurrencyCode]/request propertyanyOflistrequest-property-any-of-removed
- ○
added
CurrencyCodeBillingCurrencyCodeCustomto thecurrency/allOf[BillingCurrencyCode]/request propertyoneOflistrequest-property-one-of-added
- ▲
- ▲
the
currency/allOf[BillingCurrencyCode]/request property type/format changed fromstring/to/request-property-type-changed
- ●
removed
CurrencyCodefrom thecurrency/allOf[BillingCurrencyCode]/request propertyallOflistrequest-property-all-of-removed
- ○
added
CurrencyCodeBillingCurrencyCodeCustomto thecurrency/allOf[BillingCurrencyCode]/request propertyanyOflistrequest-property-any-of-added
- ▲