sap_x402_build_payment_headers
InactiveTool of SAP MCP Server
Build SAP x402 HTTP headers from a public PaymentContext returned by sap_x402_prepare_payment. 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.
Parameters schema
{
"type": "object",
"properties": {
"nonce": {
"type": "string",
"description": "Escrow nonce as a decimal string. Defaults to 0."
},
"network": {
"type": "string",
"description": "Optional override for X-Payment-Network"
},
"agentPda": {
"type": "string",
"description": "Agent PDA (base58)"
},
"maxCalls": {
"type": "string",
"description": "Max calls as a decimal string"
},
"escrowPda": {
"type": "string",
"description": "Escrow PDA (base58)"
},
"agentWallet": {
"type": "string",
"description": "Agent wallet public key (base58)"
},
"txSignature": {
"type": "string",
"description": "Escrow creation transaction signature"
},
"pricePerCall": {
"type": "string",
"description": "Price per call in token base units"
},
"depositorWallet": {
"type": "string",
"description": "Depositor wallet public key (base58)"
},
"networkIdentifier": {
"type": "string",
"description": "x402 network identifier stored in the payment context"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries