PayeeTransaction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This structure represents payee transaction included in a payment transaction. These are e-money sub-transactions that are executed after the payment was fully completed. | This structure represents payee transaction included in a payment transaction. These are e-money sub-transactions that are executed after the payment was fully completed. | ||
Payee transactions can be used to transfer royalties, agent fees or such to a third party. | Payee transactions can be used to transfer royalties, agent fees or such to a third party, or to distribute the amount paid by the payer to multiple Barion wallets. | ||
== Included in == | == Included in == |
Revision as of 20:21, 2 February 2017
Payee transaction structure
This structure represents payee transaction included in a payment transaction. These are e-money sub-transactions that are executed after the payment was fully completed.
Payee transactions can be used to transfer royalties, agent fees or such to a third party, or to distribute the amount paid by the payer to multiple Barion wallets.
Included in
Payee transactions are used by the following structures:
Property list
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
POSTransactionId | string |
|
The unique identifier of the transaction at the shop that started the payment. |
Payee | string |
|
The recipient's e-mail address. The recipient does not necessarily has to be a registered Barion user, but in order to claim the money, they must register a wallet. |
Total | decimal |
|
The total amount of the transaction. |
Comment | string |
|
Comment of the transaction. This is shown to the recipient. |