Skip to main content
Use the adjustments endpoints to create and retrieve account adjustments on Marqeta’s credit platform. An account adjustment adjusts the amount of a journal entry or account balance. Creating an adjustment triggers the creation of a journal entry belonging to the ADJUSTMENT group. For more on adjustment journal entries, see Adjustments in the About Credit Account Journal Entries guide.

Create account adjustment

Action: POST
Endpoint: /credit/accounts/{account_token}/adjustments
Create an adjustment for an existing credit account.

URL path parameters

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List account adjustments

Action: GET
Endpoint: /credit/accounts/{account_token}/adjustments
Retrieve an array of adjustments for a credit account. This endpoint supports pagination.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve account adjustment

Action: GET
Endpoint: /credit/accounts/{account_token}/adjustments/{adjustment_token}
Retrieve an adjustment for a credit account.

URL path parameters

Response body

Sample response body

JSON