POST
/
pay
curl --request POST \
  --url https://api.joinslash.com/pay \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "sourceSlashHandleId": "<string>",
  "legalEntityId": "<string>",
  "amountCents": 123,
  "slashHandle": "<string>"
}'
{
  "success": true,
  "redirect": "<string>"
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Body

application/json

Response

200
application/json

OK

The response is of type object.