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
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