OpenBanking / PSD2 / PagoPA compliant protocol analysis and runnable API implementations — starting at $300
We offer protocol analysis based on public-authorized APIs and deliver runnable API implementations for account information (AIS), payment initiation (PIS), PagoPA bill payments, card management and transaction reconciliation, along with documentation and automated tests.
# POST /api/v1/poste/transactions
Authorization: Bearer <ACCESS_TOKEN>
Content-Type: application/json
{
"account_id": "postepay-1234",
"from_date": "2025-10-01",
"to_date": "2025-10-31",
"page": 1,
"page_size": 100
}
Response: {
"status": "OK",
"transactions": [
{ "id":"TX-20251010-001","date":"2025-10-10","amount":-25.50,"merchant":"BAR MILANO","category":"Food","status":"SETTLED" },
{ "id":"TX-20251012-004","date":"2025-10-12","amount":2000.00,"merchant":"SALARY","category":"Income","status":"SETTLED" }
],
"page":1,"total_pages":3
}
Account synchronization (auto/scheduled pull), card events (block/activate/limit changes), transaction ledger export, merchant onboarding, and enterprise batch reconciliations.
This section summarizes the original Poste Italiane / Postepay app features publicly described, used for technical assessment and integration planning.
Poste Italiane app consolidates services formerly scattered across Postepay, enabling users to view and manage accounts, cards, energy and telecom services, and new features for a simpler, more complete experience. The old Postepay app will be deprecated; users can migrate to the Poste Italiane app without creating new accounts or passwords.