---
title: "Charge saved card"
method: POST
path: "/bookings/{code}/payment_requests/charge"
tags: ["Booking Endpoints"]
---

# Charge saved card

`POST /bookings/{code}/payment_requests/charge`

Create a payment request and immediately charge the customer's saved card. This is a collection action — it creates a new payment request and settles it in one step.

## 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.
  - `use_payment_method` string

## Response `200`

Payment taken

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

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/versions/3fc6a6f91b06/schema)
