DCM Platform Guide
  • 🌐DCM platform
  • ⚙️Specifics of working with the API
    • 🔐Security stack
    • 🔑Key Generation
    • 🔐Data encrypting
    • 🪃Retry policy
  • 🎨Design guide
  • 🗂️DCM platform's artifacts
  • 🏦Bank
    • 📋Preparing for integration
    • 🏪E-commerce
      • 📦Order and payment
      • 📨Payment message
        • 1️⃣Validation
        • 2️⃣Сallback 1 “Pay-in”
        • 3️⃣Callback 3 “Pay-out”
        • 4️⃣Callback 4 "Credit callback"
      • 🎯Testing
      • 🖇️Merchant Onboarding
      • ⛔Error reference guide
    • 🗃️Alias database
      • 🗝️Adding alias
      • ↕️"Сallback "Alias updated"
      • ☑️Get alias status
    • 💸p2p transfers
      • 📲p2p by phone number
        • ⏺️p2p order (to pay)
        • 🔍Receiver search
        • 🗂️Get receiver's data
        • ⏪Callback "Pay request"
      • 🖇️p2p by deeplink or QR code
        • ⏺️p2p order (to request)
        • Pay request initiation
      • 📨Payment message
        • 1️⃣Validation
        • 2️⃣Сallback “Pay-in”
        • 3️⃣Callback "Pay-out"
    • 💲Gross settlement
      • 1️⃣Callback “Gross_Settlement”
      • 2️⃣Gross_settlement_list
      • 3️⃣Gross_settlement_by_id
      • 4️⃣Gross_settlement_pay
      • 5️⃣Gross_settlement_confirm
      • 6️⃣Gross_settlement_confirm_internal
      • 📧Email notification
    • ✔️Reconciliation
  • 🏢Merchant
    • 🏫DCM platform for Merchants
      • 🔠Integration options
    • 👨‍🏫Preparing for integration
      • ⚙️Working with the API
      • 🔑Key Generation
      • 🖥️Updating interfaces
    • 🏪E-commerce
      • 📦Order
        • 💵Payment through the DCM platform
        • 💳Payment on the Merchant's website
        • 📋Emitters
        • 📬Order status
      • 1️⃣Сallback "Pay-in"
  • 📑Document data
    • 🆕Version history
    • 📃Change log
Powered by GitBook
On this page
  1. Bank

Gross settlement

Settlements between participating banks are conducted on a gross basis.

To ensure such settlements, the DCM platform generates and sends to all participating banks a gross settlement register (gross_settlement_register) of mutual obligations between banks according to the following principles:

  • gross settlement registers are sent to both the initiating and receiving banks

  • gross settlement registers are generated for each bank, even if no settlements occurred during the reporting period, reflecting the corresponding settlement amount (including zero amounts).

  • gross settlement registers are formed and sent to participating banks once a day at 00:01

Methods of receiving gross settlement register

  • Email

    The DCM platform automatically sends consolidated registers to the email address specified during the integration process in the "Bank Information" section of the Integration Plan.

The file name of the register assists in categorization:

- The letter “O” indicates a register where the Initiating Bank and the Receiving Bank are the same institution.

- The letter “I” indicates a register where the Initiating Bank and the Receiving Bank are different institutions.

The email includes a notification about the creation of the registers and a link to access them.

  • API

The DCM platform sends a “Gross Settlement” Callback to notify banks about the creation of a new gross settlement register.

Each participating bank can request registers using the following methods:

  1. GET/gross_settlement_list - returns a list of all registers where the bank is the Initiating Bank, generated by the DCM platform, in chronological order from the current date to the very first register.

  2. GET/gross_settlement_by_id - provides detailed information about a specific gross settlement register.

Upon receipt of the consolidated register, the Initiating Bank shall pay the Receiving Bank, informing the DCM platform of the payment.

For Interbank Settlements:

  1. Notification about the payment via SEP - POST/gross_settlement_pay

  2. Notification of successful payment via SEP - POST/gross_settlement_confirm

For Internal Bank Settlements:

  1. Informing about the successful transfer of funds to the Merchant -POST/gross_settlement_confirm_internal

PreviousCallback "Pay-out"NextCallback “Gross_Settlement”

Last updated 3 months ago

🏦
💲