Retrieve a disclosure

Once a payment has been posted and assured, its assurety record can be retrieved. The assurety record will not be available while the payment is in the process of being assured or before a payment is posted.

{
  "env": "sandbox",
  "schemaUrl": "https://api.paystand.com/v3/assurety/public/contracts/schema/0x..2",
  "chainUrl": "https://example-chain.paystand.co:8540",
  "address": "0x5c75E2EB5492aB808b29529e406F26F9CAD21fD2",
  "token": "1",
  "evidence": {
    "@type": "certification",
  	"hello": "World"
  },
  "proof": [
    {
      "path": [],
      "nodes": [
        {
          "index": 1,
          "hash": "48ec6ac9e0d36265c15620dc6aa..."
        }
      ],
      "values": [
        {
          "index": 2,
          "value": "78002eb9b19344e451c1f8eba2...",
          "nonce": "d4735e3a265e16eee03f59718b..."
        }
      ]
    }
  ]
}
Language
Authorization
Click Try It! to start a request and see the response here!