Skip to main content
PATCH
Update a card authorization

Authorizations

Api-Key
string
header
required

Path Parameters

transactionId
string<uuid>
required

The ID of the transaction to update

Body

application/json

Authorization update request

amount
integer
required

The new transaction amount in cents (merchant currency). Must be a positive integer.

Required range: x >= 1

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