Billing
billing

Update Billing Adjustment

Update a billing adjustment. Developer only.

put/billing/developer/adjustments/{adjustment_id}

Path parameters

adjustment_idstring uuid required

Request body

descriptionstring nullable
amount_centsinteger nullable
adjustment_type'credit' | 'charge'
recurrence'one_off' | 'recurring'
effective_datestring date-time nullable
expiration_datestring date-time nullable

Response

Successful Response

billing_adjustment_idstring uuid required
customer_idstring uuid required
descriptionstring required
amount_centsinteger required
amount_displaystring required
adjustment_type'credit' | 'charge' required
recurrence'one_off' | 'recurring' required
effective_datestring date-time required
expiration_datestring date-time nullable
is_consumedboolean required
is_activeboolean required
created_bystring uuid nullable
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.