Skip to content

Get Fee Details

GET/web/v1/slash/connections/{connectionBizId}/transactions/{transactionId}/fee-detailsJWT

Retrieves the fee breakdown for a specific transaction.

Authentication

Requires a valid JWT token. Portal access: system, tenant.

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
transactionIdStringYespathThe transaction ID.

Success Response

Not Found404
{
  "code": "4040",
  "message": "Transaction not found"
}

Error Responses

HTTP StatusCodeDescription
4014010Invalid or expired JWT token
4044040Transaction or connection not found

Notes

  • The response data structure is proxied from the Slash platform.

Internal Documentation