verify_payment
ActiveTool of SqueezeOS — Institutional AI Market Intelligence
declared in 5.0.0
Submit XRPL tx_hash after paying an invoice. Returns a signed JWT access_token (1-hour TTL) to use as payment_token. Free.
Parameters schema
{
"type": "object",
"required": [
"invoice_id",
"tx_hash",
"agent_wallet"
],
"properties": {
"tx_hash": {
"type": "string",
"description": "64-char hex XRPL tx hash"
},
"invoice_id": {
"type": "string"
},
"agent_domain": {
"type": "string",
"description": "Optional agent domain for attribution"
},
"agent_wallet": {
"type": "string",
"description": "Your XRPL classic address"
}
}
}Parent server
SqueezeOS — Institutional AI Market Intelligence
https://github.com/timwal78/squeezeos
1/7 registries