Fetch the authorized transaction details for charges
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(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
Nested Schema : PagingDto
Type:
object
Paging Dto
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