Skip to main content
POST
Capture payment - v2

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

paymentId
string
required

Body

amount
number<double>
required

Amount which should be captured.

operationId
string
required

Unique identifier of the capture operation (should be the same only for retries of the same operation).

Minimum string length: 1

Response

OK

paymentMethods
object[]
required

The collection of selected payment methods

Last modified on August 10, 2026