Chile market integration for PagoRUT, Compraquí QR payments, Pasaje QR RED, and card control with API source delivery
We provide client-side protocol analysis (with proper authorization), OpenData/OpenFinance-style interface modeling, and runnable back-end implementations (Node.js / Python / Go), supporting PagoRUT, Compraquí, Pasaje QR RED, card locking/unlocking, BE Pass/BE Face authentication flows and statement exports.
# POST /api/v1/bancoestado/transactions
Authorization: Bearer <ACCESS_TOKEN>
Content-Type: application/json
{
"merchant_id": "M123456",
"from_date": "2025-10-01",
"to_date": "2025-10-31",
"types": ["QR_PAY","TOPUP","P2P"],
"page": 1,
"page_size": 200
}
Response 200 {
"status": "OK",
"total": 482,
"transactions": [
{"id":"TXN20251010001","time":"2025-10-10T08:33:12Z","amount":50000,"currency":"IDR","type":"QR_PAY","status":"SUCCESS","payer_id":"user_998"},
{"id":"TXN20251011002","time":"2025-10-11T12:05:54Z","amount":150000,"currency":"IDR","type":"TOPUP","status":"SUCCESS","method":"BANK_TRANSFER"}
]
}
Bank account and card syncing, real-time QR payer/merchant flows, merchant onboarding, and tax-compliant reporting for reconciliation.
All work is performed under client authorization or public/open APIs, with guidance on privacy, retention, and regional regulatory requirements. Multi-layer encryption, access logs and auditable traces are provided.
We are a boutique studio specializing in mobility app protocol analysis and third-party API integration. Our team has extensive experience in payments, banking and compliance, delivering end-to-end API enablement and SDKs for global clients.
To start a project or submit your app name and integration requirements, visit our contact page:
BancoEstado app overview (translated): BancoEstado offers comprehensive digital banking features including wallet management, balance and transaction history, payments and invoices, and card controls. This section provides a practical technical reference for integration.
Note: The above is a translated summary of public descriptions for technical integration reference.