List Payment Handles
GET
/web/v1/slash/connections/{connectionBizId}/payments/handlesJWTRetrieves available payment handles for the specified Slash connection.
Authentication
Requires a valid JWT token. Portal access: system, tenant.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
connectionBizId | String | Yes | path | Slash connection business ID. |
Success Response
Not Found404
{
"code": "4040",
"message": "Connection not found"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Invalid or expired JWT token |
| 404 | 4040 | Connection not found |
Notes
- The response data structure is proxied from the Slash platform.