verify_receipt
Verify an ed25519-signed receipt: the signature, and — unless you pass onChain:false — both txids against an Algorand indexer. Give it an orderId to check one of this service's own orders, or a receipt object to check ANY receipt in this format, including one issued by another server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| onChain | No | confirm the txids on chain; default true | |
| orderId | No | an order on this service | |
| receipt | No | a receipt {payload, signature}, or an order response containing one |