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

InputMandatoryTypeDefinition
certificateIdβœ…NumberDigital passport identification number. Random when left empty.
passphrase❌StringDigital 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.