Today
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type
Lorem Ipsum has been the industry's standard dummy text ever since the 1500.
Yesterday
Jonny aber invites to join the challenge
2 min ago
Able Pro is completely renowed with high aesthetics User Interface.
2 hour ago
Download Able Pro exclusive on themeforest with best price.
12 hour ago
Do you know Able Pro is one of the featured dashboard template selected by Themeforest team.?
Get the lifetime free updates once you purchase the Able Pro.
API Internet Banking - Tài liệu kết nối
API Internet Banking cho phép bạn tích hợp các chức năng ngân hàng trực tuyến vào ứng dụng của mình một cách dễ dàng và bảo mật.
Thêm, sửa, xóa tài khoản Internet Banking
Truy xuất lịch sử giao dịch theo thời gian
Mã hóa dữ liệu và xác thực API Key
subscriptions
{ "status": "success", "message": "Lấy danh sách gói dịch vụ thành công", "resultCode": "DH200", "data": [ { "id": 73, "name": "Plan Basic", "description": null, "price": "20000", "duration": null, "limit": 2, "gateways": [ { "code": "MB", "name": "Ng\u00e2n h\u00e0ng Qu\u00e2n \u0111\u1ed9i (MB)" }, { "code": "ACB", "name": "Ng\u00e2n h\u00e0ng \u00c1 Ch\u00e2u (ACB)" }, { "code": "VCB", "name": "Ng\u00e2n h\u00e0ng TMCP Ngo\u1ea1i th\u01b0\u01a1ng Vi\u1ec7t Nam (VCB)" }, { "code": "VIETTIN", "name": "Ng\u00e2n h\u00e0ng TMCP C\u00f4ng Th\u01b0\u01a1ng Vi\u1ec7t Nam (Viettin)" } ] } ], }
order
{ "key": "your_api_key", "action": "order", "subscription": 1, "duration": 3, "coupon": "DISCOUNT10" }
{ "status": "success", "message": "Đặt hàng thành công/gia hạn thành công", "resultCode": "DH200", "data": { "order_id": 123, "order_code": "ORD123456", "total_payment": 270000, "expired_date": "2024-04-15" } }
add_account
{ "key": "your_api_key", "action": "add_account", "subscription": 1, "gateway": "MB", "username": "your_username", "password": "your_password", "account_number": "1234567890", "otp_code": "123456" }
{ "status": "success", "message": "Thêm tài khoản thành công", "resultCode": "DH200" }
accounts
{ "status": "success", "message": "Thành công", "processedTime": 0.572, "sessionID": "11c3b3f2-587d-42c3-ace4-84280664a835", "currentBalance": "100000", "transactions": [ { "transactionID": "FT25232697123456", "amount": "10000", "description": "ABCDXYZ", "transactionDate": "20/08/2025", "type": "IN", "data": { "postingDate": "20/08/2025 23:59:59", "transactionDate": "20/08/2025 01:16:25", "accountNo": "0123456789", "creditAmount": "10000", "debitAmount": "0", Dữ liệu gốc của ngân hàng ... } } }
status
{ "key": "your_api_key", "action": "status", "id": 1, "status": "active" }
{ "status": "success", "message": "Cập nhật trạng thái thành công", "resultCode": "DH200" }
edit_account
{ "key": "your_api_key", "action": "edit_account", "id": 1, "username": "new_username", "password": "new_password" }
{ "status": "success", "message": "Cập nhật tài khoản thành công", "resultCode": "DH200", "data": { "updated_fields": ["username", "password"], "account_id": 1 } }
transaction
{ "action": "transaction", "secret": "abc123xyz", "start_date": "01/01/2024", "end_date": "31/01/2024" }
{ "status": "success", "data": { "account_info": { "account_number": "1234567890", "account_name": "NGUYEN VAN A", "balance": 1000000 }, "transactions": [ { "date": "2024-01-15 10:30:00", "amount": 500000, "description": "Chuyen tien", "reference": "FT24015123456", "type": "credit" } ] } }