Batch Settle SAP x402 Calls
sap_x402_settle_batchFinalize batch settlement of x402 calls for payment flows. Requires agent owner wallet authorization.
Instructions
Batch-settle served x402 calls through SDK X402Registry.settleBatch. Must be called by the agent owner wallet. SAP MCP context: Payment and settlement flow. Estimate or fetch state before creating escrows or settling calls; write operations require an enabled signer mode and MCP policy approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Optional escrow nonce as a decimal string. Defaults to 0. | |
| entries | No | Array of { calls, serviceData } settlement entries | |
| commitment | No | Optional processed|confirmed|finalized commitment | |
| maxRetries | No | Optional RPC retry limit | |
| computeUnits | No | Optional compute-unit limit | |
| skipPreflight | No | Optional skip preflight flag | |
| depositorWallet | No | Depositor wallet public key (base58) | |
| priorityFeeMicroLamports | No | Optional priority fee in microlamports per compute unit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |