Skip to main content
GET
/
v1
/
transactions
/
{id}
/
status-history
Get transaction status history
curl --request GET \
  --url https://api.pgw-sandbox.finventi.com/v1/transactions/{id}/status-history
[
  {
    "statusHardvalue": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "updatedBy": "<string>",
    "additionalReason": "<string>",
    "reason": "<string>",
    "returnTransactionId": 123,
    "sepaMessageId": "<string>",
    "status": "<string>"
  }
]

Path Parameters

id
integer<int64>
required

Transaction ID.

Response

Returned transaction status history

statusHardvalue
string
required

Hard value of the status

updatedAt
string<date-time>
required

The date and time in UTC time zone, when the status change has occurred

updatedBy
string
required

Name of the user which triggered the status change

additionalReason
string

Additional reason of the status change

reason
string

Reason of the status change

returnTransactionId
integer<int64>

Return transaction ID (Only in case of Cancellation Request)

sepaMessageId
string

Id of the SEPA message which triggered the status change

status
string

Name of the status