{
  "type": [
    "VerifiableCredential",
    "SellerRegistrationCredential"
  ],
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/traceability/v1"
  ],
  "id": "did:key:z6LSpdSReUHCjYcQb1243aF1vS7ni5ArK585Mm4ktARQxatd",
  "issuer": {
    "type": [
      "Organization"
    ],
    "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
    "name": "Example Ecommerce Marketplace, Inc"
  },
  "issuanceDate": "2022-01-13T09:16:46Z",
  "credentialSubject": {
    "type": [
      "Organization"
    ],
    "id": "did:web:garden-stuff.example.com",
    "name": "Everything Garden Stuff"
  },
  "evidence": [
    {
      "type": [
        "BankAccountHolderAffirmation"
      ],
      "affirmingParty": {
        "type": [
          "Organization"
        ],
        "id": "did:web:ecommerce-marketplace.example.com"
      },
      "bankAccountHolderAffirmationApproach": "TransactionConfirmation",
      "bank": {
        "type": [
          "Organization"
        ],
        "id": "https://bank.example.com",
        "name": "Example Bank"
      }
    },
    {
      "type": [
        "BusinessRegistrationAffirmation"
      ],
      "affirmingParty": {
        "type": [
          "Organization"
        ],
        "id": "did:web:ecommerce-marketplace.example.com"
      },
      "registrationUrl": "https://country.gov/corporation-directory/298774108",
      "taxIdentificationNumber": "298774108",
      "countryOfRegistration": "MX"
    }
  ]
}