Instruments payments status

post

/service/v1/isInstrumentPmtInProgress

This endpoint is used to check instruments payments status info.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for checking instrument or payment status.
Root Schema : InstrumentPmtCollection
Type: object
List of InstrumentPmt
Show Source
Nested Schema : InstrumentPmtModelList
Type: array
Show Source
Nested Schema : InstrumentPmtModel
Type: object
Instrument Payment Model
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the details of instrument or payment status
Body ()
Root Schema : InstrumentPmtResponseCollection
Type: object
List of InstrumentPmt
Show Source
Nested Schema : InstrumentPmtModelList
Type: array
Show Source
Nested Schema : InstrumentPmtModel
Type: object
Instrument Payment Model
Show Source

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
Back to Top