Make Digital Passport Claimable
Make the created digital passport claimable for your product owner.
Before you begin
As a brand, you created a digital passport as a digital passport for your product. If you have not made this digital passport transferable (ie claimable) at the time of its creation, you can generate a link to allow the owner to claim the digital passport.
Use case example: To avoid abusive claiming, your brand has created a pool of 200 digital passports that are not claimable. These tokens can now be made claimable.
Let's start 🚀
Create a link to request ownership of the digital passport. Use the api/createCertificateRequestOwnershipLink
.
The API is authenticated with the user rights required →
certCreate
Input | Mandatory | Type | Definition |
---|---|---|---|
certificateId | ✅ | Number | Digital passport identification number. Random when left empty. |
passphrase | ❌ | String | Digital passport passphrase. |
Result: Congrats the digital passport is claimable! Once claimed, it is available in the hoodie owner's wallet.
{
"certificateId": 983002786,
"passphrase": "qoy7bdpri6me5",
"link": "https://test.arianee.net/983002786,qoy7bdpri6me5"
}
Our team tips
The transfer must be operated when the ownership of a product changes:
- Product sold from one to another.
- Product given from one to another.
- Current owner uses another wallet to store digital passports.
- Digital passport claimed by insurance to receive compensation.
When an digital passport is claimed, you can still recover the ownership. For more information, check you Recover your Digital Passport.
Updated about 1 year ago