v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-067997411.3 KB

Send money to a slash handle

post/pay

Request body

sourceSlashHandleIdstring

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.

legalEntityIdstring

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.

amountCentsnumber required

The amount of money to send in cents.

slashHandlestring required

The username of the SlashHandle to send money to. You can get this by asking your recipient for their SlashHandle.

Response

OK

OR