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

Alias database

Alias Database

The Alias Database is a database formed by the banks participating in the DCM platform to enable convenient and fast customer searches for instant P2P payments.

🔑 Alias – an alternative identifier used instead of sensitive financial data (e.g., card number or individual tax number) for secure and convenient transactions.

Within the DCM platform, the alias is primarily a phone number, but it can also be an email address or a unique user identifier in the network, among other options.

What does the Alias Database consist of?

  • Client’s phone number (alias)

  • Client’s IBAN account number linked to the alias

  • Name of the bank where the IBAN account is maintained

  • Status of the IBAN account’s linkage to the alias ("linked/unlinked")

  • History (log) of changes to the alias

Key Principles of the Alias Database Functioning:

  • A specific alias can correspond to only one IBAN account number at any given time.

  • There are no restrictions on the number of IBAN account changes associated with an alias.

  • Any action related to an alias is performed only upon request from a participating bank and must be initiated (confirmed) directly by the owner of the phone number and IBAN account.

  • The IBAN account number most recently added to the alias database (in chronological order) is always considered the linked account.

PreviousError reference guideNextAdding alias
🏦
🗃️