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>"
}
Send money to a slash handle
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>"
}
Authentication from public API requests
OK
The response is of type object
.