payTo address, logging, and abuse policy.
URLs your service uses
| URL type | Who calls it | Purpose |
|---|---|---|
| Protected route | Buyer or buyer agent | Requests the paid resource. |
| Facilitator API | Your middleware | Verifies and settles signed payment guarantees. |
| Core4Mica contracts | Payer or seller through protocol operations | Collateral, settlement, claim, and withdrawal enforcement. |
Keep facilitator calls server-side
Server-side facilitator calls let you:- apply allowlists, blocklists, and rate limits;
- attach request metadata for support and audit;
- hide infrastructure details from buyers;
- migrate facilitator deployments without changing your protected routes.
Hosted facilitator
Hosted deployments commonly use:Operational guidance
- Log every verification and settlement request with route, buyer, network, price, guarantee ID, and response.
- Reject guarantees for routes, prices, assets, or networks you no longer accept.
- Treat unexpected direct facilitator usage as an integration smell unless you explicitly documented it.