ADR 001: Payment mechanism for issuing credentials
Status
Category
Status
Summary
Decision
Step 1: Credential Offer
"@type": "https://didcomm.org/issue-credential/1.0/offer-credential",
"@id": "<uuid-of-offer-message>",
"comment": "some comment",
"credential_preview": <json-ld object>,
"offers~attach": [
{
"@id": "libindy-cred-offer-0",
"mime-type": "application/json",
"data": {
"base64": "<bytes for base64>"
}
}
]
"~payment_request": { ... }
}Step 2: Payment transaction flow
Response format
Step 3: Credential Request
Step 4: Check payment_receipt
Step 5: Credential issuing
Overview of steps 1-5
UML version
Consequences
Backward Compatibility
Positive
Negative
Neutral
References
Last updated
Was this helpful?