Dispute request

1.0.0

Online

Overview

This API captures the dispute submitted by an end consumer through a request and response

POST /bbps/bills/complaint/request
Description

This API captures the dispute submitted by an end consumer through a request and response

Responses
Status: 200 - OK
{ []
Required: data,success,traceId
data: ▼ { []
Required: refId
refId: string
example: HENSVVR4QOS7X1UGPY7JGUV444P10102202
}
success: boolean
example: true
traceId: string
example: HENSVVR4QOS7X1UGPY7JGUV444P10461713
}
Status: 400 - Bad request
{ []
Required: error,success,traceId
error: ▼ { []
Required: code,message
message: string
example: Input is invalid
code: string
example: validation-error
}
success: boolean
traceId: string
example: C3SFG0O6N88R6UI7EQ
}
Status: 500 - Bad request
{ []
Required: error,success,traceId
error: ▼ { []
Required: code,message
message: string
example: Input is invalid
code: string
example: validation-error
}
success: boolean
traceId: string
example: C3SFG0O6N88R6UI7EQ
}
Parameters
Header parameters

X-PARTNER-ID*

Integer
Partner ID
Required
Body parameters

body *

{ []
Required: description,disputeType,txnReferenceId
description: string
example: Amount deducted multiple times.
disputeType: string
Enum: account-not-updated , double-payment , paid-to-wrong-account , others ,
amount-deducted-biller-credited-no-transaction-id ,
amount-deducted-biller-not-credited-no-transaction-id , amount-deducted-multiple-times
txnReferenceId: string
example: HENSVVR4QOS7X1UGPY7JGUV444P10102202
}
Usage and SDK Samples
CURL
curl -X POST\
\
-H "Accept: application/json"\
-H "Content-Type: application/json"\
"/api/v1/bbps/bills/complaint/request"
Axis Aha!