mo
Modulbank is a Russian digital bank designed for individual entrepreneurs and small businesses. Its API allows creating payment sessions programmatically for e-commerce and service billing.
With the Modulbank integration in AACFlow, you can:
- Create payments: Initiate payment sessions with a specified amount, currency, and description
This integration enables automated payment creation for Russian e-commerce and service billing workflows.
Usage Instructions
Integrate Modulbank into the workflow. Requires a Modulbank OAuth access token from your merchant account settings.
Tools
modulbank_payment
Create a payment
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
accessToken | string | Yes | Modulbank OAuth access token |
amount | string | Yes | Payment amount (e.g. 100.00) |
currency | string | No | Currency code (default: RUB) |
description | string | No | Payment description |
Output
| Parameter | Type | Description |
|---|---|---|
paymentId | string | Created payment ID |
url | string | Payment URL |
success | boolean | Whether the payment was created |
error | string | Error message if failed |
Links
- Official API: https://modulbank.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/modulbank.ts

