RefundedTransaction

From Barion Documentation
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Refunded transaction structure

This structure represents a payment transaction that is refunded completely or partially. Such transactions are always associated with a completed payment.

API usage

This structure is used by the following API endpoints:

Property list

Property name Property type Description
TransactionId Guid The unique identifier of the transaction in the Barion system.
POSTransactionId string The unique identifier of the transaction at the shop that started the payment.
Total decimal The amount that has been refunded from the given transaction.
Comment string The comment associated with the refund.
Status TransactionStatus The status of the transaction.