System Integrator (SI) ToolkitSystem Integrator (SI) Toolkit
Introduction
Management
Business Operations
Technical Integration Guide
Deployment
Technical Reference
Scheme Designs
Introduction
Management
Business Operations
Technical Integration Guide
Deployment
Technical Reference
Scheme Designs
  • Introduction

    • System Integrator (SI) Toolkit
    • DFSP Onboarding Guide and Roadmap
    • Customer Journey
  • Management
  • Business Operations
  • Technical Integration Guide

    • Technical Integration
    • Inclusive Instant Payment System (IIPS) Integration
    • Development guide for building core-connectors
    • Core Connector Testing Harness
    • Core Connector Template
    • ISO20022 and Merchant Payments.
  • Deployment

    • Overview
    • Docker Compose

      • Payment Manager Deployment Guide
      • Core Connector Guide
      • Deploying Payment Manager
      • Configuring the core connectors
      • Connecting to a Hub
      • Securing the Docker Daemon
      • Firewall Configuration in Ubuntu and AWS EC2 (t2.large)
      • Test Transfer Process
  • Technical Reference

    • API Service
    • Routing and API Specifications
    • Networking
    • Core Banking Solution (CBS) Client
    • Mojaloop Connector Client (SDK Client)
    • Configuration.
    • Core Connector Aggregate (Business Logic)
    • Error Handling
    • Integration Accounts
    • Request Handling Lifecycle
  • Scheme Designs

    • Foreign Exchange - Currency Conversion
    • Interscheme

Integration Accounts

To integrate a financial service provider, some accounts need to be established by the DFSP to allow receipt and sending money for its customers. For incoming payments, the DFSP needs to establish a funded disbursement and for outgoing payments, the DFSP needs to establish a collections account.

Some financial service providers can choose to have one account to serve as both the disbursement and collection account but it may be better to have separate accounts to address the integration.

Funded Disbursement Account (Incoming Payments)

This account is held inside the DFSP and is used as a store for float from which funds are deducted when crediting a beneficiary's account during the execution of an incoming instant payment.

Collection Account (Outgoing Payments)

This account is held inside the DFSP and is used as a store for funds when customers who are trying to send money have their accounts debited with the send amount.

Last Updated:
Contributors: Paul Baker
Prev
Error Handling
Next
Request Handling Lifecycle