Interactive Product Mockup

TodayPayments Control Layer

Explore treasury dashboards, identity resolution, Request for Payment creation, and developer API integration patterns.

Available Cash
$1,245,000
+8.2% this week
Pending RfPs
18
6 expiring in 24 hours
Approvals Needed
6
2 above policy threshold
Rail Mix
RTP 52%
FedNow 33% • ACH 15%

Outstanding RfP Queue

Approval-first workflow for CFOs and controllers.

Invoice Payer Amount Rail Status Action

Treasury Snapshot

Real-time visibility across banks and payment rails.

Bank of America • Ops
$412,600
Supports RTP + ACH
JPMorgan • Treasury
$533,900
Supports RTP + FedNow
Wells Fargo • Payroll
$298,500
Supports FedNow + ACH

Full Request for Payment Queue

Review aging, routing, status, and next action.

Invoice Payer Alias Amount Created Age Rail Status Next Action

Identity Directory Lookup

Resolve EIN, email, or phone alias to available bank accounts and supported rails.

Resolution Result

Mock output wired to a sample identity endpoint.

Connected

Create Request for Payment

Convert an invoice into a structured real-time payment request.

Generated API Payload

Preview the request body that would be sent to your developer platform.


            

Developer API Endpoints

Representative endpoints for identity, RfP creation, and payment routing.

POST /oauth/token
Authenticate API clients and return access tokens.
POST /rfp
Create a new Request for Payment using invoice and payer identity data.
GET /identity/resolve
Resolve alias, EIN, or phone to account destinations and supported rails.
POST /payments
Send an approved request using auto-routing or a specified rail.

Mock API Response

Interactive example of what the platform would return.

{
  "message": "Click ‘Run Sample Call’ to preview a mocked response."
}