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

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.

Workflow

Let's start 🚀

URL

Create a link to request ownership of the digital passport. Use the api/createCertificateRequestOwnershipLink.

POST - https://{{nmpUrl}}/api/createCertificateRequestOwnershipLink`

📌

The API is authenticated with the user rights required → certCreate

Body

FieldTypeRequiredDefinition
certificateIdNumberDigital passport identification number. Random when left empty.
passphraseStringDigital passport passphrase.
[
  918276735,
  "hm0ncta9lrk4"
]

Return Payload

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.