Slash Pay
Send money to a slash handle
Send money to a slash handle
POST
/
pay
Authorizations
X-API-Key
string
headerrequiredAuthentication from public API requests
Body
application/json
amountCents
number
requiredThe amount of money to send in cents.
slashHandle
string
requiredThe username of the SlashHandle to send money to. You can get this by asking your recipient for their SlashHandle.
sourceSlashHandleId
string
The ID of the SlashHandle to send money from. You can get this by calling GET /slash-handle
. This field or legalEntityId
is required unless you are authenticating via API key.
legalEntityId
string
The ID of the LegalEntity to send money from. You can get this by calling GET /legal-entity
. This field or slashHandleId
is required unless you are authenticating via API key.
Response
200 - application/json
success
boolean
requiredredirect
string