---
title: "POST /pay"
method: POST
path: "/pay"
---

# POST /pay

`POST /pay`

Send money to a slash handle

## Request body

- object
  - `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.
  - `amountCents` number, required — The amount of money to send in cents.
  - `slashHandle` string, required — The username of the SlashHandle to send money to. You can get this by asking your recipient for their SlashHandle.

## Response `200`

OK

- union
  - object
    - `success` true, required
    - `redirect` string
  - object
    - `success` false, required
    - `error` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/versions/773c90f079c5/schema)
