verify_payment
Confirm Solana USDC payment receipt for specific tool calls to validate transactions before execution or troubleshoot verification failures.
Instructions
Verify that a Solana USDC payment was received for a specific tool call.
Agents can use this to confirm their payment before calling an expensive tool,
or to debug failed payment verifications.
Args:
tx_signature: The Solana transaction signature of the USDC transfer.
tool_name: The tool name the payment is intended for (used to check amount).
Returns:
Verification result with verified status, amount, and sender info.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_signature | Yes | ||
| tool_name | Yes |