How to Add a NFT Smart Contract in the Dashboard and Create a contractId
Use this guide to add your NFT smart contract in the Transak Dashboard and generate a contractId for NFT Checkout.
What is contractId?
contractId is a unique identifier for your approved smart contract. You must pass this value when creating an NFT Checkout widget session.
Unique identifier for your whitelisted smart contract address and network combination.
Prerequisites
- Access to the Transak Partner Dashboard
- The target smart contract address
- The target EVM network
- The contract ABI for calldata generation
NFT Checkout supports custom smart contracts on EVM-compatible chains. For production approval, Transak may review your contract and audit details before allowing it to be used live.
Step 1: Open NFT Checkout in the Dashboard
Step 2: Add your custom smart contract
Submit the required contract details in the dashboard.
- Smart contract address
- Network / chain
- Collection or project details
- Any supporting metadata requested by the dashboard flow
For production, keep your contract verification and audit documentation ready if requested during review.
Step 3: Wait for contract approval
The contract must be whitelisted before it can be used in NFT Checkout.
If possible, verify the contract on the relevant block explorer before requesting production approval. This generally makes review easier.
Step 4: Copy the generated contractId
Once the contract is approved in the dashboard, Transak generates a contractId for that contract and network pair.
Save this value because you will need it in your widget session payload.
Step 5: Generate calldata for your contract
contractId is required, but it is not enough by itself. NFT Checkout also requires calldata.
Use the dedicated guide for this part:
Important rules:
- Encode calldata from the ABI of the implementation contract if you use a proxy
- If your function accepts
to,recipient, orbuyer, use Transak’s NFT Checkout smart contract address for that chain instead of the end user’s wallet address
Step 6: Use contractId in Create Widget URL
Pass contractId inside widgetParams together with the other NFT Checkout fields.