Polygon ID · Schema

PaymentVerifyRequest

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
txHash string If txHash not provided then only verification on the Payment contract will be performed by nonce and issuer DID.
userDID string If a User DID is provided, the payment will be verified for the specified User DID.
View JSON Schema on GitHub

JSON Schema

payment-verify-request.json Raw ↑
{
  "type": "object",
  "properties": {
    "txHash": {
      "type": "string",
      "example": "0x8f271174b45ba7892d83...",
      "description": "If txHash not provided then only verification on the Payment contract will be performed by nonce and issuer DID."
    },
    "userDID": {
      "type": "string",
      "example": "did:iden3:polygon:amoy:2qVSDLNYs2s5HDMTyb4Su67ZvrZ...",
      "description": "If a User DID is provided, the payment will be verified for the specified User DID."
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaymentVerifyRequest"
}