Community
Question on Wallet API: Accept a credential offer using the provided URL or data to have connectionless issuance
request some clarification on this section
https://docs.trinsic.id/reference#acceptcredential
Accept a credential offer using the provided URL or data to have connectionless issuance
let credential = await walletClient.acceptCredential(walletId, credentialData);
What will be on credential Data ?
This is what I did.
I have issued credential From faber college and generate the link
https://redir.streetcred.id/277re6xa049b
And I used my walletId that I created using the ‘wallet API’ create wallet.
CredentialData is the link generated as per above.
But it shows an error.
Can you advise, what should I be giving on credentialData?
Thanks & regards,
Nas
Posted by Nas over 2 years ago
Create Credential Definition - 500 Internal Server Error
When creating credential definitions using the [`POST /definitions/credentials`](https://docs.trinsic.id/reference#createcredentialdefinition) endpoint, I am getting a `500 Internal Server Error` with the following body:
```json
"error":"Unhandled exception: Ledger operation rejected"
"errorType":"AriesFrameworkException"
```
Why is this happening?
Posted by Anonymous over 2 years ago