Approve dispute

This request sets an open dispute claim as approved.

   Click here to learn more about this request

After a dispute investigation is completed, a decision to approve or deny a dispute is made. This is the final step of the dispute process:

Please note the following when approving a dispute:

A swipe must already have an active dispute as determined by the status of "lineOfCredit.transactionStatus.dispute".

When a dispute is approved, the system will complete the following tasks:

An evaluation of transaction amounts will be made to ensure values are accurate.

The dispute will be closed.

💭 What is a dispute?

Disputes are made by borrowers to challenge the validity of a swipe made on a line of credit account.

Disputes are created and stored within the Disputes object, which is nested within the LineOfCreditSwipes object. The dispute entity as holds the relationship between the dispute itself and other entities, such as the line of credit account, swipe, and potential credit.

Database

For information regarding line of credit dispute database tables, see the following articles:

Database – Dispute Entity (dispute_entity)

Database – Line of Credit Swipes (line_of_credit_swipe_entity)

Path Params
int32
required

The ID of the line of credit account associated with the swipe.

int32
required

The ID of the swipe, as generated by LMS.

Body Params
string
enum
required

The type of dispute approval granted.

Allowed:
float

The approved amount of the dispute.
> This field is optional. If left blank, this field defaults to the original dispute amount.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json