Smart Phone + HTML mockup demo with full payer journey, ISO 20022 messaging, multi-bank payment selection, paid-state routing, alternative payment systems, and SecureQBPlugin reconciliation for QBO QuickBooks®.
{
"messageType": "pain.013",
"messageId": "MSG-981245",
"payeeName": "Northshore Medical Supply LLC",
"payeeAlias": "billing@northshoremed.com",
"invoiceNumber": "INV-10488",
"purchaseOrder": "PO-22291",
"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",
"alternativeRails": ["RTP", "ACH", "Credit Card", "Wire", "Customer Financing"],
"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"
}
This demo combines the payer’s mobile control experience with the operational and infrastructure layers required to ingest RfP™s, authorize payment, execute settlement, and reconcile into accounting.
POST /api/rfp/create // ingest pain.013 POST /api/rfp/respond // create pain.014 response POST /api/payment/execute // handoff for settlement / pacs.008 POST /api/reconcile/qbo // push to SecureQBPlugin and QBO GET /api/rfp/queue // list all current RfP™s GET /api/accounts // payer bank accounts GET /api/payment/options // FedNow®, RTP®, ACH, card, wire, financing
rfp_transactions rfp_invoice_headers rfp_invoice_line_items payer_users approval_actions bank_accounts payment_options payment_executions qbo_reconciliation_logs audit_logs