From 44bc46227e4b25aea065c31eb5a93f79cce51d72 Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Wed, 13 Mar 2024 11:05:33 +0700 Subject: [PATCH] add payment link instruction --- docs/pages/guides/sell-nft.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/pages/guides/sell-nft.mdx b/docs/pages/guides/sell-nft.mdx index 5e07c37..42b7b84 100644 --- a/docs/pages/guides/sell-nft.mdx +++ b/docs/pages/guides/sell-nft.mdx @@ -52,10 +52,17 @@ If the NFT is on a different network than your current wallet is, you need to sw ### Create the listing -Press the "Create" button and follow the steps in your wallet. +Press the 'Create' button and follow the steps in your wallet. Once the listing is successfully created, you will be redirected to its detail page. -Anyone can now buy your NFT using your marketplace. +Anyone can now buy your NFT using your marketplace. If you don't have a marketplace, you can create a payment link (next step). + +### Optional - Payment link + +You can create a payment link to share on social networks or put on any website to sell your NFT in a few clicks. + +On the listing detail page, click the 'Create a payment link' button. Fill the **Redirection URL** and copy the payment link. +After the user successfully purchase the NFT, it will be redirected to the URL indicated in **Redirection URL**.