Fetch the Payment transactions from work table

get

/service/v1/paymentTwSearch

This API fetches the Payment transactions from work table.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : PaymentCollectionDto
Type: object
PaymentModel Collection
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : paging
Type: object
Nested Schema : PaymentModel
Type: object
Payment details for Payments Model
Show Source
Match All
Show Source
Nested Schema : transaction
Type: object
Title: transaction
Show Source
Nested Schema : PaymentModel-allOf[1]
Type: object
Nested Schema : Exceptions
Type: object
Show Source
Nested Schema : TransactionData
Type: object
Show Source
Nested Schema : TxnIdentification
Type: object
Show Source
Nested Schema : error
Type: array
Show Source
Nested Schema : Error
Type: object
Error Model
Show Source
Nested Schema : ModuleData
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top