RefundedTransaction
Jump to navigation
Jump to search
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. |