{
  "@context": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/payment-confirmation-context.json",
  "type": [
    "VerifiableCredential",
    "PaymentConfirmation"
  ],
  "credentialSchema": {
    "id": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/payment-confirmation-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:pc-2025-au-001",
  "validFrom": "2025-03-16T00:00:00.000Z",
  "validTo": "2026-03-16T00:00:00.000Z",
  "issuer": "did:web:pacifictradebank.example.com",
  "credentialSubject": {
    "invoiceNumber": "INV-2025-031-001",
    "paymentDueDate": "2025-03-16T00:00:00Z",
    "invoicee": {
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "VA",
      "zip": 23185,
      "country": "US"
    },
    "payee": {
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "street": "150 Industrial Drive",
      "city": "Gold Coast",
      "state": "QLD",
      "zip": 4217,
      "country": "AU"
    },
    "accountHolder": {
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "country": "AU"
    },
    "paymentMethod": "Documentary credit",
    "monetaryAmount": {
      "amount": 45000,
      "currency": "USD"
    }
  }
}