---
title: "Send payment request"
method: POST
path: "/bookings/{code}/payment_requests"
tags: ["Booking Endpoints"]
---

# Send payment request

`POST /bookings/{code}/payment_requests`

Create and send a payment link to the customer.

## Path parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `price` integer, required — Amount in minor currency units (pence/cents). Must be an integer.

## Response `200`

Payment request sent

- StatusResponse
  - `status` 'ok' | 'error'
  - `message` string

## Changes

- **2026-03-25** (v2) `40748de0c299` — 2 info
  - api tag `Booking Endpoints` added
  - api tag `Booking Management Endpoints` removed
- **2026-03-25** (v2) `71bc3de607c7` — 1 info
  - endpoint added
- **2022-05-05** (v2) `95c52cb13f9a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/changes/bookings/:code/payment_requests/post.md)

---

[API](https://skmtc.dev/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/8edf08285947/schema)
