These docs are for v1.9. Click to read the latest docs for v2.1.

Claim Digital Passport

Allow your customers to claim a digital passport and store it in their wallet.

Before you begin

As a brand, you wish to distribute digital passports. To get ownership, your customers must claim these digital passports which will be stored in their wallet.

We manage wallet creation based on blockchain transactions. Your users will get their own secured wallet for the first digital passport claimed.

⚠️

We do not recommend to create wallet for all customers if they do not own a digital passport.

Let's start 🚀

To fetch the authenticity, use https://custody.arianee.com/{{client}}/{{network}}/nft/claim.

InputMandatoryTypeDescription
linkStringDigital passport deeplink.

Example:

{
    "link": "https://test.arian.ee/967188109,nu8vy7848wn2"
}

Result:

httpCodeDescription
200The digital passport transaction has been sent to the blockchain, the wallet is the new digital passport owner.
400The link is not valid.
500The digital passport link could not be retrieved.
{
    "success": true
}
{
    "success": false,
    "error": "The link is not a valid URL"
}
{
    "success": false,
    "error": "Could not retrieve a smart asset from this link: https://test.arian.ee/922197706,j127dzcwq7t3"
}