PayeeTransaction: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(added note about enabling barion bridge payments)
m (moved note about Barion Bridge to the payee property desc)
Line 5: Line 5:
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.
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.


{{NotificationBox|title=Note|text=This feature is disabled by default for Barion shops. Get in touch with customer support if you'd like to enable it for one or more of your shops.|color=#1993c7}}


== Included in ==  
== Included in ==  
Line 23: Line 22:
| Payee || string ||  
| Payee || string ||  
* Required
* Required
* Must be the e-mail address of a valid Barion wallet
* Must be the e-mail address of a valid Barion Wallet
* Maximum length: 256 characters
* Maximum length: 256 characters
|| The recipient's e-mail address.  
|| The recipient's e-mail address. {{NotificationBox|title=Note|text=Payees other than the shop owner's Barion Wallet can only be listed if the shop has [[C2C_Payments|Barion Bridge]] enabled.|color=#1993c7}}
|-
|-
| Total || decimal ||  
| Total || decimal ||  

Revision as of 09:21, 9 April 2024

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 in the following structures:

Property list

Property name Property type Limitations and constraints Description
POSTransactionId string
  • Required
  • Maximum length: 100 characters
The unique identifier of the transaction at the shop that started the payment.
Payee string
  • Required
  • Must be the e-mail address of a valid Barion Wallet
  • Maximum length: 256 characters
The recipient's e-mail address.
Note
Payees other than the shop owner's Barion Wallet can only be listed if the shop has Barion Bridge enabled.
Total decimal
  • Required
  • Must be greater than zero
  • Maximum value: the Total amount of the PaymentTransaction containing this PayeeTransaction
The total amount of the transaction.
Comment string
  • Optional
  • Maximum length: 640 characters
Comment of the transaction. This is shown to the recipient.