{
"metadata": {
"from": "did:jwk:eyJrdHkiOiJPS1AiLCJjcnYiOiJFZDI1NTE5IiwieCI6Im9rdHVoYnVrRDZrVW13N0ZvZjFuVG5UY0d6OGg4SlFkeTE0VGVqZWJ3Tk0ifQ",
"kind": "offering",
"id": "offering_01htznvjxbfwprrmtv58q9cb2w",
"createdAt": "2024-04-08T20:19:39Z",
"updatedAt": "2024-04-08T20:19:39Z",
"protocol": "1.0"
},
"data": {
"description": "MXN for USD",
"payoutUnitsPerPayinUnit": "16.34",
"payin": {
"currencyCode": "USD",
"methods": [
{
"kind": "STORED_BALANCE"
}
]
},
"payout": {
"currencyCode": "MXN",
"methods": [
{
"kind": "SPEI",
"estimatedSettlementTime": 300
}
]
},
"requiredClaims": {
"id": "",
"input_descriptors": [
{
"id": "",
"constraints": {
"fields": [
{
"path": [
"$.credentialSchema[*].id"
],
"filter": {
"type": "string",
"const": "https://schemas.tbdex.dev/KnownCustomerCredential"
}
},
{
"path": [
"$.issuer"
],
"filter": {
"type": "string",
"const": "PFI_DID_HERE"
}
},
{
"path": [
"$.evidence.diligence[*]"
],
"filter": {
"type": "object"
}
}
]
}
}
]
}
},
"signature": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDpqd2s6ZXlKcmRIa2lPaUpQUzFBaUxDSmpjbllpT2lKRlpESTFOVEU1SWl3aWVDSTZJbTlyZEhWb1luVnJSRFpyVlcxM04wWnZaakZ1Vkc1VVkwZDZPR2c0U2xGa2VURTBWR1ZxWldKM1RrMGlmUSMwIn0..dBIQZLJIbzJBTGSfu5sXkGoSnNYJC1dyLGN_EalYkBJbVn1Z_ZAeuyTQdwB_vEygRXOLmlQg7czjM98A6k7ECA"
}
{
"vc": {
"credentialSubject": {},
"evidence": [{
"region": "US"
"diligence": [{
"kind": "document_verification",
"checks": ["drivers_license", "utility_bill"],
}, {
"kind": "sanctions_screening",
"checks": ["daily"]
}]
}]
}
}
{
"credential_configurations_supported": {
"UniversityDegreeCredential": {
"format": "jwt_vc_json",
"scope": "UniversityDegree",
"cryptographic_binding_methods_supported": [
"did:example"
],
"credential_signing_alg_values_supported": [
"ES256"
],
"credential_definition":{
"type": [
"VerifiableCredential",
"UniversityDegreeCredential"
],
"credentialSubject": {
"given_name": {
"display": [
{
"name": "Given Name",
"locale": "en-US"
}
]
},
"family_name": {
"display": [
{
"name": "Surname",
"locale": "en-US"
}
]
},
"degree": {},
"gpa": {
"mandatory": true,
"display": [
{
"name": "GPA"
}
]
}
}
},
"proof_types_supported": {
"jwt": {
"proof_signing_alg_values_supported": [
"ES256"
]
}
},
"display": [
{
"name": "University Credential",
"locale": "en-US",
"logo": {
"url": "https://university.example.edu/public/logo.png",
"alt_text": "a square logo of a university"
},
"background_color": "#12107c",
"text_color": "#FFFFFF"
}
]
}
}
}
This is what we used for the whitepaper
Nov 12, 2024This is currently a WIP
May 16, 2024electronic_verification
Apr 10, 2024What's the benefit of mutating the pending_at, settled_at, voided_at columns vs appending new rows?
Apr 3, 2024or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up