Update status of the payment transaction

If it is higher than the current status, the current status gets updated, otherwise it gets added to the history. If the history already contains this status, nothing is changed.

Path Params
string
required

Payment transaction ident.

Body Params
date-time
required

The date of the status change. ISO 8601 date time format. When no offset is provided (e.g. 2021-03-19T13:34:01), UTC is automatically used.
Must not be null.

string
required

The status that should be added to the payment transaction. If it is higher than the current status, the current status gets updated, otherwise it gets added to the history.
Must not be null.
Must be one of:

RECEIVED
ERROR
REFUSED
AUTHORIZED
EXPIRED
CANCELLED
CAPTURED
CAPTURE_FAILED
SETTLED
REFUNDED
CHARGEBACK
Responses

Language
Credentials
OAuth2
Choose an example:
application/json