Transfer Digital Passport

Before you begin

As a brand, you wish to transfer a digital passport from your wallet to another.

⚠️

Your brand must be the digital passport owner or issuer to be authorized to operate a digital passport transfer.

Let's start πŸš€

To destroy a digital passport, use the api/transfer.

πŸ“Œ

The API is authenticated with the user rights required β†’ certCreate

InputMandatoryTypeDescription
certificateIdβœ…StringIdentification number of the digital passport to destroy.
walletβœ…StringRecipient wallet address of the digital passport.

Result:

httpCodeDescription
200The digital passport has been successfully transferred.
{
    "message": "Not yet in blockchain => transaction saved in transaction manager",
    "type": "transactionManager",
    "transactionId": "63b26eef053b194b1c5398c9",
    "nonce": 58842,
    "chainId": 77,
    "from": "0x57F5111A7e997a7Ba63CC8976C92decbd86C1B08",
    "data": "0x42842e0e00000000000000000000000057f5111a7e997a7ba63cc8976c92decbd86c1b080000000000000000000000001917408563f8f484e5c24d96a78002bf7d7f47e00000000000000000000000000000000000000000000000000000000001323493",
    "to": "0x512C1FCF401133680f373a386F3f752b98070BC5",
    "gasLimit": 500000,
    "gasPrice": "48000000000",
    "value": "0x00"
}