v53

OpenAPI 3.1.0raw.githubusercontent.com2026-07-3128260917.5 KB
Modifications

Capture an authorised payment

Captures an authorised payment and returns a unique reference for this request. You get the outcome of the request asynchronously, in a CAPTURE webhook.

You can capture either the full authorised amount or a part of the authorised amount. By default, any unclaimed amount after a partial capture gets cancelled. This does not apply if you enabled multiple partial captures on your account and the payment method supports multiple partial captures.

Automatic capture is the default setting for most payment methods. In these cases, you don't need to make capture requests. However, making capture requests for payments that are captured automatically does not result in double charges.

For more information, refer to Capture.

post/payments/{paymentPspReference}/captures

Path parameters

paymentPspReferencestring required

The pspReference of the payment that you want to capture.

Headers

Idempotency-Keystring

A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).

Request body

merchantAccountstring required

The merchant account that is used to process the payment.

referencestring

Your reference for the capture request. Maximum length: 80 characters.

Response

Created - the request has been fulfilled and has resulted in one or more new resources being created.

merchantAccountstring required

The merchant account that is used to process the payment.

paymentPspReferencestring required

The pspReference of the payment to capture.

pspReferencestring required

Adyen's 16-character reference associated with the capture request.

referencestring

Your reference for the capture request.

status'received' required

The status of your request. This will always have the value received.