yo
YooMoney (formerly Yandex.Money) is Russia's leading e-wallet service, part of the Yandex ecosystem. Its API allows account holders to check balances and view payment history programmatically via OAuth 2.0.
With the YooMoney integration in AACFlow, you can:
- Check balance: Retrieve the current account balance and account details
- View payment history: Access incoming and outgoing transaction records
This integration is useful for financial reporting and automated balance monitoring in Russian-market workflows.
Nutzungsanleitung
Integrate YooMoney into the workflow. Requires a YooMoney OAuth access token with account-info and operation-history scopes. Tokens are issued via the YooMoney OAuth 2.0 flow at yoomoney.ru/docs/wallet/using-api/authorization/obtaining-access-token.
Tools
yoomoney_balance
Retrieve account balance and info
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
accessToken | string | Ja | YooMoney OAuth access token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
balance | number | Current account balance |
currency | string | Account currency |
accountType | string | Account type (personal, professional) |
accountStatus | string | Account status |
success | boolean | Whether the request succeeded |
Links
- Official API: https://yoomoney.ru/docs/wallet
- AACFlow block source: apps/aacflow/blocks/blocks/yoomoney.ts

