Integration Guide for Banks
[ENG] Integration Guide for Bank
[ENG] Integration Guide for Bank
  • General
    • 💰Overview
      • Transfers between digitized entities
        • Option 1. Fast transfer
        • Option 2. Standard transfer (optional)
      • Version history
      • API change log
      • Glossary
    • 🌐Common requirements
    • 👉Basic use case
    • 📅Integration Plan
      • Integration Plan - Business
      • Integration Plan - Technical Team
      • Multisignature
    • ❗Error messages
  • 🛠️API methods
    • Authentification
      • Authorization via JWT
      • Bank authorization
      • JWT format
    • Emlpoyee
      • How to add a user to a role
      • Role management
    • Customer
      • Segments
    • Digital entity
    • Identifiers
    • Transfer
      • Multisignature for transfers
      • [optional] Callbacks
      • Category
    • Limits
    • Reconciliation
    • [optional] Branch
      • Branch access
      • How to add employee to branch
      • Filter by branch
      • Transfers (branches)
      • Branch digital entity
Powered by GitBook
On this page
  1. General

Basic use case

End-to-end process to make your first payment

PreviousCommon requirementsNextIntegration Plan

Last updated 1 year ago

Please follow these steps to make your first transfer in Pre-prod.

  1. Finish integration steps for the .

  2. Request a DCM employee to create identifiers for the identification entity.

  3. : store their GUID (guid1).

  4. Get and store the identification entity GUID (guid0).

  5. request with

sender_id = guid0 receiver_id = guid1 amount = {your_value}

Store the transfer GUID.

  1. the transfer.

  2. Check .

Congrats! Your first transfer is done!

👉
Pre-prod environment
Create a customer
the list of accounts
Create a transfer
Confirm
transfer history
🎉