Smart Phone + HTML mockup with complete payer journey, ISO 20022 messaging views, payment execution handoff, and reconciliation architecture.
{
"messageType": "pain.013",
"messageId": "MSG-981245",
"payeeName": "Northshore Medical Supply LLC",
"payeeAlias": "billing@northshoremed.com",
"invoiceNumber": "INV-10488",
"requestedAmount": 18420.00,
"currency": "USD",
"issueDate": "2026-04-06",
"dueDateTime": "2026-04-06T16:00:00Z",
"description": "Medical Equipment Shipment",
"status": "PENDING"
}
{
"messageType": "pacs.008",
"paymentStatus": "SETTLED",
"settlementRail": "FedNow",
"debtorName": "ACME Dental Group",
"debtorAccount": "Pacific Treasury Bank ••••1842",
"creditorName": "Northshore Medical Supply LLC",
"instructedAmount": 18420.00,
"currency": "USD",
"settlementDateTime": "2026-04-06T10:00:00Z"
}
{
"messageType": "pain.014",
"rfpId": "RFP-2026-004812",
"messageId": "RESP-2026-11001",
"payerAction": "APPROVE",
"approvedAmount": 18420.00,
"currency": "USD",
"debtorName": "ACME Dental Group",
"debtorAccount": "Pacific Treasury Bank ••••1842",
"creditorName": "Northshore Medical Supply LLC",
"invoiceNumber": "INV-10488",
"responseDateTime": "2026-04-06T10:00:00Z",
"status": "AUTHORIZED_FOR_SETTLEMENT"
}
POST /api/rfp/create // ingest pain.013 POST /api/rfp/respond // generate pain.014 POST /api/payment/execute // trigger settlement handoff POST /api/reconcile/qbo // push to SecureQBPlugin / QBO GET /api/rfp/queue // list all current RfPs GET /api/accounts // available payer bank accounts
rfp_transactions rfp_line_items payer_users approval_actions bank_accounts payment_executions qbo_reconciliation_logs audit_logs