Skip to main content
POST
List Charge Adjustments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organization
string
required
limit
integer<int32>
required
offset
integer<int32>
required
charge
string
status
enum<string>
Available options:
Open
created_at_since
string<date-time>
updated_at_since
string<date-time>

Response

200 - application/json

A list of charge adjustments

id
string

This Charge Adjustment's unique id formatted as JSON-safe

adjustment_date
string<date-time> | null

This Charge Adjustment's Charge Adjustment Date formatted as 2026-01-12T16:01:04.769Z formatted as JSON-safe defaulting to null

amount
number<double> | null

This Charge Adjustment's Delta Amount formatted as 1028.58 defaulting to null

charge
string

This Charge Adjustment's Charge's unique id formatted as JSON-safe

created_at
string<date-time>

This Charge Adjustment's Creation Date formatted as 2026-01-12T16:01:04.772Z formatted as JSON-safe

updated_at
string<date-time>

This Charge Adjustment's Modified Date formatted as 2026-01-12T16:01:04.773Z formatted as JSON-safe