mt_shopping_verify
Verify shopping transactions against BuyerAgentCredentials by validating signatures, spend limits, and trust scores to generate approval receipts.
Instructions
Verify a shopping transaction against a BuyerAgentCredential.
Checks the credential signature, spend limits, trust score, and returns a verification receipt with approval status.
Args: credential_jws: JWS compact serialization of the BuyerAgentCredential transaction_amount: Transaction amount (e.g. 189.99) transaction_currency: Currency code (e.g. "USDC") merchant_id: Merchant identifier string item_description: Description of the item being purchased
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credential_jws | Yes | ||
| transaction_amount | Yes | ||
| transaction_currency | Yes | ||
| merchant_id | Yes | ||
| item_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |