Understanding the Solution

This solution allows having a transactional account, and an proprietary account, managing different balances, and also a bank account check solution.

Proprietary Account and Transactional Account

With the transaction account Solution, you're going to have 2 accounts tied to your merchant account.

Proprietary account The first is the proprietary (or owner) account, which is the account where you can utilize all the funds as you desire to do so. This account should include all the funds that no longer belong to the final clients, and cannot be altered. These funds will be used to pay fees and create settlements to your own bank account. Transactional account You will also have a transactional account. All funds from completed deposits would go here and should remain in this account until the funds can no longer be altered by the players. These funds cannot be used for anything until they are moved to your proprietary account. Basic Deposit Flow

  • First, the user creates a deposit, and we get notified by you, the merchant.

  • After this, we send the payment information to the user.

  • Once the user completes the deposit, the funds get added to your transactional balance account

Basic Cashout Flow

  • First, the user wants to create a cashout, once we receive all the information from you, we go to the next step.

  • If your transactional account has enough balance in order to process the cashout, we'll remove the balance from there

  • Otherwise, we'll utilize the funds directly from your proprietary's account.

  • After this, the cashout is processed, and the funds are sent to the customer's bank account.

If you want to learn more about the endpoints used in this solution, you can check them out here:

Transactional Account Endpoint

Last updated