Slash Pay
Send money to a slash handle
Send money to a slash handle
POST
/
pay
Authorizations
Authentication from public API requests
Body
application/json
The amount of money to send in cents.
The username of the SlashHandle to send money to. You can get this by asking your recipient for their SlashHandle.
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.
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.