Skip to content

Send Payment

POST/web/v1/slash/connections/{connectionBizId}/payments/send JWT

Required Gateway Headers

All API requests require gateway headers. See Required Headers for the complete list. In local/test environments, you must also include Cloudflare simulation headers (CF-Connecting-IP, Cf-Ray, cf-ipcountry).

Initiates a payment through the specified Slash connection.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
AuthorizationBearerJWT access token
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringOptionalpathSlash connection business ID.", constraints: "Path parameter
requestJsonNodeRequiredbodyPayment payload. Structure depends on the Slash platform API.", constraints: "Request body (JSON)

Success Response

Bad Request 400
{
  "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.

SlaunchX Internal Documentation