Skip to content

Send Payment

POST/web/v1/slash/connections/{connectionBizId}/payments/sendJWT

Initiates a payment through the specified Slash connection.

Authentication

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

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
requestObjectYesbodyPayment payload. Structure depends on the Slash platform API.

Success Response

Bad Request400
{
  "code": "4000",
  "message": "Invalid payment request"
}

Error Responses

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

Notes

  • The request body is forwarded to the Slash platform as-is.

Internal Documentation