You can specify where the money's final destination is
When using Paggi, you can address the money destination to be another entity. A nice example is when your App uses us to process a transaction, and you want us to send the money your customer, and also charge a fee for that.
You can choose a destination so the money will be sent to a given customer. If you want the destination to be yourself, just don't send us a destination
You can also choose intermediaries (those are a customer that receive a fee in the charge).
Below we will describe the methods to achieve that.
| Method | Description | Example |
|---|---|---|
| Simple | A simple charge uses a customer (using its first created card) or a card to create a transaction. The money will be sent to you directly | Simple in-app purchase, we will send you the money after it is charged |
| Custom destination | You can choose where to send the money to | Your tool help people to transfer money to each other, the final destination is not you, its your customer |
| Custom intermediaries | You can specify a custom tax for a charge, the tax must have a customer related to it | Your tool help people to won some money with content creation, that you sell on your own platform, the user owns a share of each payed content |
| Custom destination with custom intermediaries | You can send the money to a customer, and also include a fee to some other customer | Your tool help people to transfer money to each other, but you charge a fee for that. |
