PayeeAuthority
logo
This Saturn live object is normally requested by service providers for looking up partner core data. In this case the requester seems to be a browser which is why a "pretty-printed" HTML page is returned instead of raw JSON.
This particular (payee) object was issued by the provider specified by the "providerAuthorityUrl" property: https://test.webpki.org/saturn-payeebank/authority.
{
    "@context": "https://webpki.github.io/saturn/v3",
    "@qualifier": "PayeeAuthority",
    "payeeAuthorityUrl": "https://test.webpki.org/saturn-payeebank/payees/100000",
    "providerAuthorityUrl": "https://test.webpki.org/saturn-payeebank/authority",
    "localPayeeId": "100000",
    "commonName": "Buyerzone",
    "homePage": "https://test.webpki.org/saturn",
    "logotypeUrl": "https://test.webpki.org/saturn/images/buyerzone-logo.svg",
    "signatureParameters": [{
        "algorithm": "ES256",
        "publicKey": {
            "kty": "EC",
            "crv": "P-256",
            "x": "0BRaPoeMzqwSIl3pI00o6e4v-GG7XHzi7FsScITnnTM",
            "y": "Dn2OjoWV7KkivxbNp_ABrslnhxUH-9fl38JgE7_Q9Q8"
        }
    }],
    "timeStamp": "2025-05-07T05:08:33Z",
    "expires": "2025-05-07T06:08:34Z",
    "issuerSignature": {
        "algorithm": "ES256",
        "publicKey": {
            "kty": "EC",
            "crv": "P-256",
            "x": "-Vr8Wk3ygt5J2_J3R8TrRaa-AWW7ZiXa6q1P7ELs6gc",
            "y": "Vuc6z3WiZ3tgXTXvU6F5qdiiYePWeUI1q9Tx83ySDcM"
        },
        "value": "kItQro2sr8tKpMctyfBGXJCMzd8Pe5dKViArULdMyldLVCYX3yauJZQwyC4mMv5dmrahAW85aTL-TPIrO5-N8Q"
    }
}
Quick Reference
PropertyDescription
payeeAuthorityUrlThe address of this object (payee "identity")
providerAuthorityUrlThe address of the issuing provider's authority object
localPayeeIdLocal payee id used by the payee provider
commonNamePayee common name
homePagePayee public home page
logotypeUrlPayee logotype (as shown above)
accountVerifierOptional. For verifying claimed payee account
signatureParametersHolds one or more payee signature keys and associated algorithms
timeStampObject creation time
expiresWhen the object becomes stale/invalid
issuerSignatureHosting provider signature

API Version: 0.68