fetch the authorized transaction details
get
/service/v1/getTxnDetails
This endpoint is used to fetch the authorized transaction details for charges based on given parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
instrumentType: string
Instrument Type of the transaction that needs to be fetched
-
limit: integer
Limit is maximum no of records to be fetched
-
offset: integer
Offset is starting no of records to be fetched
-
txnRefNo(required): string
Transaction Reference Number of the transaction that needs to be fetched
Header Parameters
-
appId(required): string
App id
-
branchCode(required): string
Branch Code
-
userId(required): 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:
array data
-
paging:
object PagingDto
Contains the paging data like Total Results and Next/Prev Links
Nested Schema : data
Type:
Show Source
array
-
Array of:
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
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