---
title: "Take a delayed payment"
method: POST
path: "/v1/payments/{paymentId}/capture"
tags: ["Card payments"]
---

# Take a delayed payment

`POST /v1/payments/{paymentId}/capture`

You can use this endpoint to [take (‘capture’) a delayed payment from the paying user’s bank account](https://docs.payments.service.gov.uk/delayed_capture/).

## Path parameters

- `paymentId` string, required

## Response `204`

No Content

## Other responses

- `400` — Capture of payment failed
- `401` — Your API key is missing or invalid. Read more about [authenticating GOV.UK Pay API requests](https://docs.payments.service.gov.uk/api_reference/#authentication)
- `404` — Not found
- `409` — Conflict
- `429` — Too many requests
- `500` — Downstream system error

---

[API](https://skmtc.net/government-digital-service/apis/pay-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/pay-api/revisions/9d66a9f54ae4/schema)
