Skip to main content
POST
Reverse a card authorization

Authorizations

Api-Key
string
header
required

Path Parameters

transactionId
string<uuid>
required

The ID of the transaction to reverse

Body

application/json

Reversal request

newAmount
integer

The remaining authorized amount in cents after the reversal. Omit for a full reversal.

Required range: x >= 0

Response

Successful operation

transactionId
string<uuid>
required

The transaction ID.

status
enum<string>
required

The transaction status.

Available options:
authorized,
declined,
settled
declinedReason
string

Present when status is declined. The reason for the decline.

completionReason
enum<string>

Present when status is settled. Either SETTLEMENT or REFUND.

Available options:
SETTLEMENT,
REFUND