Fetch the charges transaction data
get
/service/v1/chargesTxnData
This endpoint is used to fetches charges transaction data.
Request
Supported Media Types
- application/json
- application/xml
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
200 Response
Charges transaction details
Nested Schema : ObChargeTxnDTO
Type:
Show Source
object
-
chargeAmt:
number
Charge Amount
-
chargeCcy:
string
Charge Currency
-
chargeCode:
string
Charge Code
-
chargeType:
string
Charge Type
-
eventCode:
string
Event Code
-
partyId:
string
Party Id
-
partyName:
string
Party Name
-
txnRefNo:
string
Transaction Reference Number
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