Skip to content

List Payment Handles

GET/web/v1/slash/connections/{connectionBizId}/payments/handlesJWT

Retrieves available payment handles for the specified Slash connection.

Authentication

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

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.

Success Response

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

Error Responses

HTTP StatusCodeDescription
4014010Invalid or expired JWT token
4044040Connection not found

Notes

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

Internal Documentation