Ping Identity
payments_pay
Pay for an x402-priced URL in USDC under this identity's active mandate. Returns the resource content plus cost, balance, and mandate progress. Use dryRun:true to preview without spending.
Remote loomal/identity
Remote (network-hosted)
Other tools also called payments_pay?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL of the paid resource. Server should respond with HTTP 402 if payment is required."
},
"dryRun": {
"type": "boolean",
"description": "If true, validate the mandate + balance + caps but do not sign or settle."
}
}
}