Fetch the excess payment transaction details
get
/service/v1/excessPaymentInq
This endpoint is used to fetch the excess payment transaction details basis of payment reference number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
Header Parameters
Back to Top
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : ExcessPaymentInqResponseModel
Type:
Show Source
object
-
currency(optional):
string
Excess Payment Currency
-
excessPaymentAmt(optional):
number
Excess Payment Amount
-
excessPaymentRefNo(optional):
string
Excess Payment Reference Number
-
paymentRefNo(optional):
string
Payment Reference No
-
reconciledTxnDet(optional):
array reconciledTxnDet
-
valueDate(optional):
string
Value Date
Nested Schema : ReconciledTxnModel
Type:
Show Source
object
-
amount(optional):
number
Excess Payment Reconciled/Refunded Amount
-
beneAccNo(optional):
string
Beneficiary Account Number
-
beneIfscCode(optional):
string
Beneficiary IFSC Code
-
beneName(optional):
string
Beneficiary Name
-
currency(optional):
string
Excess Payment Currency
-
status(optional):
string
Payment Status
-
txnRefNo(optional):
string
Reconciled Transaction Reference Number
-
utrRefNo(optional):
string
UTR Reference Number
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error