m2pfintech

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.

GET
/Yappay/txn-manager/fetch/{txnId}

Path Parameters

txnId*string

The unique transaction ID to fetch

Header Parameters

TENANT*string

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