Make a payment
Charge an agent’s wallet for an API call. This is the core x402 payment endpoint — Float’s SDK and MCP server call this automatically.xPaymentHeader value should be attached as X-Payment on the subsequent request to the service API.
Policy enforcement: Float will return 402 if the payment would:
- Exceed the agent’s
maxPerPaymentlimit - Push the agent over its
dailyBudget - Violate the
cooldownSecondswindow - Target a service not in
allowedServices(if that list is non-empty)

