Split payment is a very useful feature when you are working with producers and selling their events for them. The feature will allow to have, at the payment step, a split between the amount of money that goes on the producer account and the amount of money that goes to your account. From Gabelhorn V2, you can have a different merchant at product setup level and point of sales setup level, the ticket price will go to the product merchant id and the fees attached to the point of sales will go to the point of sales merchant id. Let's have a look at the setup and the different possible configuration in more details.
1/ Select the right ePC version with the split payment features Hidden POST 3 (ePC) - V9
2/ add merchant id + SHA key field on product >> tab parameter
3/ add merchant id + SHA key field on point of sales >> tab parameter
Fees above correspond to all types of fees (overheads, simple (charges) and shipment fees).
This new configuration opens a lot of possible combinations. Let's dig a bit more into the details of the processing to understand in which cases we have 2 transactions (split payment) and in which cases we have only 1 transaction.
2 transactions are created when the following conditions are met :
In all other cases, one transaction is created. With one transaction, the money always goes to the ePayment merchant ID.
To get a clearer picture, here is a table summaris
Description | Split payment (2 transactions) | Result |
---|---|---|
- Point of sales: merchant A Buy the event (with fees) | NO | Whole amount goes to ePayment merchant ID |
- Point of sales: merchant A Buy the event (no fees) | NO | Whole amount goes to ePayment merchant ID |
- Point of sales: no merchant ID Buy the event (no fees) | NO | Whole amount goes to ePayment merchant ID |
- Point of sales: no merchant ID Buy in the same order event 1 and event 2 (no fees) | YES | Amount of event 1 to merchant C Amount of event 2 to merchant B |
- Point of sales: no merchant ID Buy in the same order event 1 and event 2 (with fees) | NO | Whole amount goes to ePayment merchant ID |
- Point of sales: merchant A Buy in the same order event 1 and event 2 (with fees) | YES | Amount of event 1 to merchant C Amount of event 2 to merchant B Fees to merchant A |
- Point of sales: merchant A Buy in the same order event 1 and event 2 (with fees) | YES | Amount of event 1 to merchant C Amount of Cancel insurance to merchant B Fees to merchant A |
- Point of sales: merchant A Buy event 1 (with fees) | NO | Whole amount goes to ePayment merchant ID |
- Point of sales: merchant A Buy in the same order event 1 and event 2 (with fees) | YES | Nothing to merchant C Amount of event 2 to merchant B Fees to merchant A |