MOBIAP Demo

Fintech Constructor

Build and configure payment products: fee structures, split rules, escrow flows, and subscription billing.

React Node.js GraphQL Docker PostgreSQL

Interactive Demo

Try it now

🧩 Fintech Constructor

Scenario: "Top-up + P2P Transfer" — configure blocks and run

Payment Acceptance
Method: Visa, MC
click
Fee
Type: 0.5% + $10
Split
Merchant: 97% | Partner: 3%
Notification
Channels: SMS, Push
$

Code Example

5-Minute Integration

// Create payment scenario const scenario = await constructor.createScenario({ name: 'Top-up + P2P Transfer', blocks: [ { type: 'payment_method', params: { methods: ['card', 'wallet'] } }, { type: 'commission', params: { percent: 0.5, min: 10 } }, { type: 'split', params: { receivers: ['merchant', 'partner'] } }, { type: 'notification', params: { channels: ['sms', 'push'] } } ] }); // Deploy scenario await constructor.deploy(scenario.id, 'production'); // Testing const test = await constructor.testScenario(scenario.id, { amount: 1000, method: 'card' });

Features

Key Features

Drag-and-drop Scenario Editor
Versioned Rules Engine
API-first Architecture
Testing Sandbox
Change Audit Log
Ready Templates

Want a similar solution?

Let's discuss your project, show a demo, and estimate the cost.

hello@mobiap.com +1 (302) 000-0000