Fetch a transaction by its transaction ID
Retrieves a single transaction record identified by the given txnId path parameter. NOTE: This endpoint path was not found in the available source code of credit-clms, credit-customer-service, or credit-service. It may exist in a service not present in this codebase snapshot.
Path Parameters
The unique transaction ID to fetch
Header Parameters
Tenant identifier for multi-tenancy routing
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://uat-m2p-ccms.m2pfintech.com/Yappay/txn-manager/fetch/string" \ -H "TENANT: string"{
"result": {},
"exception": {
"code": "string",
"message": "string",
"details": "string"
}
}{
"status": 400,
"message": "Invalid request parameters",
"timestamp": "2019-08-24T14:15:22Z"
}{
"status": 400,
"message": "Invalid request parameters",
"timestamp": "2019-08-24T14:15:22Z"
}{
"status": 400,
"message": "Invalid request parameters",
"timestamp": "2019-08-24T14:15:22Z"
}Fetch transactions for an entity between two dates GET
Retrieves a paginated list of transactions for a given entityId between the specified fromDate and toDate. Returns each transaction along with the wallet balance snapshot at that point. The controller is in credit-service (TransactionController, base path: txn-manager).
Get card list for a customer POST
Retrieves all cards associated with a customer identified by customerId. Returns card details including kit number, BIN, card type, card status, card registration status, expiry date, network type, product code, and card category. The controller is in credit-clms (CardConfigController).
