Provides transaction details
get
/service/v1/getTxnDetails
This endpoint is used for providing the transaction details.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
instrumentType(optional): string
Instrument Type of the transaction that needs to be fetched
-
limit(optional): integer
Limit is maximum no of records to be fetched
-
offset(optional): integer
Offset is starting no of records to be fetched
-
txnRefNo: string
Transaction Reference Number of the transaction that needs to be fetched
Header Parameters
-
appId: string
App id
-
branchCode: string
Branch Code
-
userId: string
User id
Response
Supported Media Types
- application/json
- application/xml
201 Response
Provides transaction details
Headers
-
Location: string
Location
Root Schema : GenricDtoCollection
Type:
object
Collection of chg.
Show Source
-
data(optional):
array data
-
paging(optional):
object PagingDto
Paging DTO object
Nested Schema : PagingDto
Type:
object
Paging DTO object
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error