Product Guide
Route Integration Playbook
Setup guide for routing, ranked offers, and split-funding.
Last updated Mar 8, 2026
Route Integration Playbook
Prerequisites
- Active Deal Card
- At least one active funder agent
- Offer-acceptance path defined
Setup Steps
- Submit the Deal Card to
POST /routing/match. - Choose the routing strategy.
- Present ranked offers to the SMB.
- Accept one offer or a split-funding recommendation.
- Hand off to deployment.
Example Payloads
{
"dealcard_id": "dc_01HXK5V2N8PQRS3T4UV5WX6Y",
"routing_options": {
"strategy": "best_rate",
"allow_split_funding": true
}
}
Testing
- Exercise best-rate and diversified strategies
- Validate decline cascade behavior
Go-Live Checklist
- Offer expiration enforced
- Acceptance flow signed off
- Audit logging enabled