LogoLogo
  • OKP APIs
  • Getting Started with OKP
  • API Documentation
    • Deposits API
      • Technical and Security Aspects
        • Calculating the Signature
      • Endpoints
        • Deposit Creation Endpoint
          • Notifications
        • Transactional Account Endpoint
          • Understanding the Solution
        • PCI Deposit Creation Endpoint
        • Deposit Status Endpoint
        • Payment Methods Endpoint
        • Currency Exchange Endpoint
        • Crypto Exchange Endpoint
        • Country States Codes Endpoint
        • Refund Creation Endpoint
          • Notifications
        • Refund Status Endpoint
      • Payment Methods
        • 🌎America
          • 🇧🇷Brazil
            • PIX Biometric
      • API Codes
    • Cashouts API
      • Technical and Security Aspects
        • Calculating the Payload-Signature
      • Endpoints
        • Cashout Creation Endpoint
          • Notifications
        • Cashout Status Endpoint
        • Cashout Update Status Endpoint
        • Cashout Cancellation Endpoint
        • Cashout Bank Codes
      • Countries Validations
        • American Countries
          • 🇧🇷Brazil
      • API Codes
    • Subscriptions API
      • Technical and Security Aspects
        • Calculating the Signature
      • Subscription Creation Endpoints
        • OneShot Subscription Creation
        • PCI Subscription Creation Endpoint
        • Notifications
      • Subscription Cancellation Endpoint
      • Subscription Status Endpoint
    • Quickpay
      • Endpoints
        • Deposit creation endpoint
          • Notifications
        • Deposit status endpoint
    • Bank Account Validation
      • Technical and Security Aspects
        • Calculating the Signature
      • Endpoints
        • Bank Account Validation Endpoint
          • Pix Key Validation and Details Endpoint
      • API Codes
    • KYC API
      • Technical and Security Aspects
        • Calculating the Signature
      • KYC Endpoint
      • API Codes
  • Deposits Tools
    • Cards SDK
      • With User Interface
        • 🚀Color Customization
      • Without User Interface
    • Java SDK
    • PHP SDK
  • Knowledge Base
    • Deposits with Cards SDK
      • With User Interface
      • Without User Interface
    • Countries Specifications
  • PLUGINS
    • WooCommerce
      • Installation
      • Configuration
  • Status Page
Powered by GitBook
On this page
  1. API Documentation
  2. Deposits API
  3. Endpoints
  4. Transactional Account Endpoint

Understanding the Solution

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

PreviousTransactional Account EndpointNextPCI Deposit Creation Endpoint

Last updated 6 months ago

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