Optional cancelThe URL to redirect (or prompt the user to navigate) if the checkout link is expired or the buyer is not eligible to purchase (sold out, not allowlisted, sale not started, etc.).
Optional description?: stringThe description of the checkout.
Optional email?: stringThe email address of the recipient.
Optional expiresThe time in minutes that the intent will be valid for.
Optional feeDetermines whether the buyer or seller pays the network and service fees for this purchase. The seller will be billed if set to SELLER. (default: BUYER)
Optional imageThe image that will be displayed on the checkout page.
Optional limitThe maximum quantity the buyer is allowed to purchase in one transaction.
Optional metadata?: Record<string, string | number | null>Arbitrary data that will be included in webhooks and when viewing purchases in the paper.xyz dashboard.
Optional quantity?: numberThe number of NFTs that will be purchased through the checkout flow.
Optional redirectIf true, the checkout flow will redirect the user to the successCallbackUrl immediately after successful payment and bypass the final receipt page.
Optional sendIf true, Paper will send buyers an email when their purchase is transferred to their wallet. (default: true)
Optional successThe URL to prompt the user to navigate after they complete their purchase.
The title of the checkout.
Optional twitterOverride the seller's Twitter handle for this checkout.
Optional walletThe wallet address that the NFT will be sent to.
Generated using TypeDoc
The parameters for creating a paper.xyz checkout link.