OpenBanking / OpenData integration: login, transaction queries, UPI and transfers API
# Request пример (pseudo-code)
POST /api/v1/yono/virtual-accounts
Content-Type: application/json
{ 'merchant_id': 'M12345',
'customer_name': 'Alex Doe',
'amount_expected': 150000.00,
'expires_at': '2025-11-30T23:59:59Z',
'metadata': { 'order_id': 'ORD-98765' }
}
Response 201 Created
{
'va_number': '8881234567890',
'bank_code': 'SEA',
'expires_at': '2025-11-30T23:59:59Z',
'callback_url': 'https://your.app/webhooks/seabank/va'
}
// Webhook: when VA is paid, platform posts to callback_url with transaction_id & amount
We are a studio focused on mobile application protocol analysis and compliant API integration. Our team comes from fintech, banking and security backgrounds, delivering end-to-end services from protocol analysis to OpenData/OpenBanking integration and source code/documentation delivery.
To start a project or get a quote, visit our contact page and submit the target app name and integration requirements:
Note: The above is a complete Chinese translation for internal technical reference; integration should rely on official API documentation and client authorization.