Skip to main content
Use the credit account disputes endpoints to create and manage disputes on a credit account. For more on disputes, see About Credit Account Disputes. Creating a dispute triggers the creation of a journal entry belonging to the DISPUTE group. For more on dispute journal entries, see Disputes in the About Credit Account Journal Entries guide.

Create account dispute

Action: POST
Endpoint: /credit/accounts/{account_token}/disputes
Create a dispute of a journal entry on a credit account.

URL path parameters

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List account disputes

Action: GET
Endpoint: /credit/accounts/{account_token}/disputes
Retrieve an array of disputes on a credit account. This endpoint supports sorting and pagination.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve account dispute

Action: GET
Endpoint: /credit/accounts/{account_token}/disputes/{dispute_token}
Retrieve a dispute from a credit account.

URL path parameters

Response body

Sample response body

JSON

Update account dispute

Action: POST
Endpoint: /credit/accounts/{account_token}/disputes/{dispute_token}/transitions
Update the amount or status of a dispute on a credit account.

URL path parameters

Request body

Sample request body

JSON

Response body

Sample response body

JSON