With Dintero Payout, you can split the funds between any number of sellers. For example, when a customer pays on your platform, you can split the funds so that a part goes to your own seller as platform fee and the sale amount goes to the sales location sellerDocumentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Providing split information
You can provide split information:- When creating new payment session
- When capturing the payment transaction
- When refunding the payment transaction
payout_destination_id: The destination that will receive the splitamount: The split amount
- 399,90 NOK goes to the merchant
- 70,00 NOK goes to the platform
- 30,00 NOK is a donation to a charity
Dintero supports as many sellers as you need, but there might be limitations based on item amounts.
Aggregators
Aggregators must specify the merchant of record of the transaction.You will be informed during onboarding to Dintero about whether you are a marketplace or aggregator.
store.payout_destination_id in the order:
Validating split information
The Checkout service only validate the format of the split data. The seller in the splits will not be validated. If you provide split data with a seller that does not exist or the seller is not approved for payout, the payout for the destination will be postponed until the issue with the seller has been resolvedProviding fee split information
The default behaviour when splits are used is to let the fees be shared proportional with all split destinations. The default behaviour can be overridden by includingfee_split when setting
splits
Override default fee split
Example under shows how a split destination can be configured to handle the fees.Sellers that are excluded from fees will receive the whole amount when the payout is settled
Full example of creating a session
When put together, we can call https://checkout.dintero.com/v1/sessions-profile with a payload with the following content. If you want non-standard fee splits, see “Override default fee split” above.Most new accounts should have the
default profile_id available. If you have an old account, go here to learn how to create one.