Evaluate agent payment policy from query parameters
GET variant of the payment preflight endpoint.
get/api/agent/can-pay
Query parameters
endpointstring required
Paid API endpoint URL the agent wants to evaluate before payment.
max_usdcstring
Maximum USDC-denominated amount the agent policy allows for this call.
agent_policy'strict' | 'standard' | 'permissive'
Named agent payment policy profile to apply to the decision.
verify_liveboolean
Whether Ontario should perform a fresh live verification before deciding.
require_audit_receiptboolean
Set true only when a settlement-backed receipt is required beyond the free policy decision.
Response
Payment decision
Changes
Changed in 1 of the 3 revisions of this API.2
- ○
added the new optional
queryrequest parameterrequire_audit_receiptnew-optional-request-parameter
- ○
added the optional property
auditable_paid_continuationto the response with the200statusresponse-optional-property-added
- ○