Instruments payments status
post
/service/v1/isInstrumentPmtInProgress
This endpoint is used to check instruments payments status info.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request Body that contains data required for checking instrument or payment status.
Nested Schema : InstrumentPmtModelList
Type:
Show Source
array
-
Array of:
object InstrumentPmtModel
Instrument Payment Model
Nested Schema : InstrumentPmtModel
Type:
object
Instrument Payment Model
Show Source
-
financeReferenceNo:
string
Instrument finance reference number
-
isInProgress:
string
isInProgress
-
paymentReferenceNo:
string
Payment reference number
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the details of instrument or payment status
Nested Schema : InstrumentPmtModelList
Type:
Show Source
array
-
Array of:
object InstrumentPmtModel
Instrument Payment Model
Nested Schema : InstrumentPmtModel
Type:
object
Instrument Payment Model
Show Source
-
financeReferenceNo:
string
Instrument finance reference number
-
isInProgress:
string
isInProgress
-
paymentReferenceNo:
string
Payment reference number
400 Response
Bad Request
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error