Skip to main content
POST
Refund transaction V2

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int64>
required

Unique payment transaction id.

Body

Refund operation details.

amount
number<double> | null

Amount of the payment which should be refunded.

operationId
string | null

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

Maximum string length: 128
refundTransactionType
string | null
metadata
object | null

Response

OK

transactionId
integer<int64>
required

Unique refund transaction id.

remainingCapturedAmount
number<double>
required

Captured amount of the payment remaining after the refund operation.

Last modified on August 10, 2026