TransactionToRefund
Transaction to refund structure
This structure represents a payment transaction that is to be refunded completely or partially. Such transactions must be associated with a completed payment.
API usage
This structure is used by the following API endpoints:
Property list
| Property name | Property type | Limitations and constraints | 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. |
| AmountToRefund | decimal |
|
The amount to refund from the given transaction. |
| Comment | string |
|
A comment associated with the refund. This is shown to the payer. |