---
title: "Sends a payment request message"
method: POST
path: "/api/messages/sendPaymentRequest"
tags: ["messages"]
---

# Sends a payment request message

`POST /api/messages/sendPaymentRequest`

Sends a payment request message

## Request body

- object
  - `to` string, required — Recipient chat ID
  - `amount` number, required — Amount in 1000 format (e.g £10 => 10000)
  - `currency` string, required — 3 letter currency code
  - `message` string — Optional message

## Response `200`

Successful response

- union
  - object
    - `_serialized` string, required
  - boolean

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/open-wa/apis/open-wa-api.md) · [All operations](https://skmtc.net/open-wa/apis/open-wa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-wa/open-wa-api/versions/2f344d03d2a9/schema)
