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
.
Input | Mandatory | Type | Description |
---|---|---|---|
link | ✅ | String | Digital passport deeplink. |
Example:
{
"link": "https://test.arian.ee/967188109,nu8vy7848wn2"
}
Result:
httpCode | Description |
---|---|
200 | The digital passport transaction has been sent to the blockchain, the wallet is the new digital passport owner. |
400 | The link is not valid. |
500 | The 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"
}
Updated 11 months ago