← ClaudeAtlas

igrantio-credential-schema-payment-wallet-attestationlisted

Claim path pointer schema for the Payment Wallet Attestation, titled Payment Authenticator (v2), from the iGrant.io verifiable data registry. It holds the eight fundingSource claims of a tokenised payment instrument: aliasId, currency, icon, iin, panLastFour, parLastFour, scheme and type. Use this skill when you create a payment wallet attestation credential definition on the iGrant.io OpenID4VC API, when you build a Strong Customer Authentication or payment flow, or when you validate transaction data that carries a paymentWalletAttestation.
L3-iGrant/skills · ★ 1 · API & Backend · score 75
Install: claude install-skill L3-iGrant/skills
# Payment Wallet Attestation credential schema ## When to use Use this skill when you issue or ask for a **Payment Wallet Attestation**. The registry titles the credential **Payment Authenticator (v2)**. It attests one payment instrument that the wallet holds: the card scheme, the currency, the issuer identification number, and the truncated card and reference numbers. The credential never carries the full card number. The credential is also the input of the transaction data validation operation of the OpenID4VC API, which takes a `paymentWalletAttestation` field. The registry publishes this schema in **one format only: `dc+sd-jwt`** (SD-JWT VC). The metadata sets `isSdJwt` to `true`, and `isJwt` and `isMsoMdoc` to `false`. There is no JWT form and no mdoc form of this schema in the registry. This page describes registry version **2025.3.1**, the latest version of the template. ## Claim path pointer document - dc+sd-jwt | Fact | Value | | --- | --- | | Title | Payment Authenticator (v2) | | Credential type | `PaymentWalletAttestation` | | Namespace | The metadata gives no namespace for this schema. | | Format | `dc+sd-jwt` | | Supported version | `version_01` | ```json { "claims": [ { "path": [ "fundingSource", "aliasId" ], "mandatory": true, "limitDisclosure": true }, { "path": [ "fundingSource", "currency" ], "mandatory": true, "limitDisclosure": true }, { "pat