{"uid":"cap_drHhtZy-mLmEsNlYWpWwn","slug":"oblique-markets-x402-receipt-lookup-bbe1f8ab","name":"Oblique Markets X402 Receipt Lookup","description":"Use when an agent needs x402 receipt lookup. Returns Fetch a previously issued settlement-verify receipt by verification_id: returns the stored on-chain verification result (payer, payee, amount, status, confirmations at verification time) with its creation timestamp. $0.002.","url":"https://api.oblique.markets/api/v1/paid/x402-receipt-lookup","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["verification_id"],"properties":{"verification_id":{"type":"string","description":"UUID returned by settlement_verify"}}}},"additionalProperties":false},"output":{"type":"object","properties":{"found":{"type":"boolean"},"result":{"type":"object","properties":{"found":{"type":"boolean"},"payee":{"type":"string"},"payer":{"type":"string"},"status":{"type":"string"},"settled":{"type":"boolean"},"tx_hash":{"type":"string"},"amount_usdc":{"type":"number"},"verified_at":{"type":"string"},"block_number":{"type":"integer"},"confirmations":{"type":"integer"},"verification_id":{"type":"string"}}},"tx_hash":{"type":"string"},"chain_id":{"type":"integer"},"created_at":{"type":"string"},"verification_id":{"type":"string"}}}}},"responseSchema":{"type":"json","example":{"found":true,"result":{"found":true,"payee":"0x209693bc6afc0c5328ba36faf03c514ef312287c","payer":"0x1c7d4b196cb0c7b01d743fbc6116a902379c7238","status":"success","settled":true,"tx_hash":"0x9a1de1a4c3f2b06a7c55e01d9f4b2b6f0e8a33c15d7f90ab12cd34ef56ab78cd","amount_usdc":0.01,"verified_at":"2026-08-10T12:00:00.000Z","block_number":33421187,"confirmations":512,"verification_id":"7f3c1a90-2b44-4e0b-9a71-8d2f5c6e1b23"},"tx_hash":"0x9a1de1a4c3f2b06a7c55e01d9f4b2b6f0e8a33c15d7f90ab12cd34ef56ab78cd","chain_id":8453,"created_at":"2026-08-10T12:00:00.000Z","verification_id":"7f3c1a90-2b44-4e0b-9a71-8d2f5c6e1b23"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_uNuC84lBSHDSmtriHf8bu","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves a previously issued settlement-verify receipt by verification_id, returning the stored on-chain verification result including payer, payee, amount, status, and confirmation count at verification time.","exampleAgentPrompt":"Can you pull up the settlement receipt for verification ID 'a3f7c821-09b2-4e6a-b13d-2c8d5f1e0044' — I need to see the payer, payee, amount, and how many confirmations there were at the time it was verified?","exampleUseCases":[{"title":"Audit a completed x402 payment","prompt":"I need to audit a payment we received — can you fetch the settlement receipt for verification ID 'b9e12c34-87ab-41fd-9cd2-3e7f8a2b5510' and tell me the payer address, payee, amount, and confirmation count?"},{"title":"Confirm disputed transaction details","prompt":"A customer is disputing a payment — look up the on-chain verification receipt for UUID 'f4d88e21-3a7c-4b91-80ef-1c6d3a9e7820' and show me the status, payer, and payee so I can resolve this."},{"title":"Verify receipt before releasing service","prompt":"Before I release the order, I want to double-check the settlement — can you retrieve the verification receipt for ID '2c91a047-56f0-4d38-b7e5-9a3c8d1f0b62' and confirm the payment status and amount?"}],"resultDescription":"Returns a JSON object containing the stored on-chain verification result: payer wallet address, payee wallet address, payment amount, settlement status, number of confirmations recorded at verification time, and the receipt creation timestamp.","failureModes":["Unknown or invalid verification_id returns a 404 not found error","Malformed UUID format causes a 400 bad request error","Receipt not yet persisted if verification is still in-flight — may return empty or pending state","Service downtime or upstream issues may return 5xx errors","Expired or purged receipts may no longer be retrievable"],"whenToPreferThis":"Use this endpoint when you have already called a settlement-verify operation and received a verification_id, and need to retrieve the stored result at a later time — for auditing, dispute resolution, or downstream confirmation workflows. This is a pure read/lookup endpoint and does not trigger new verification; use it after the fact to retrieve cached on-chain results.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:48:17.772Z","isFirstParty":false}