Integration
For Auction House contracts, set contractArgs when creating Shareable Checkout Links, One-Time Checkout Links, or Checkout Elements.
contractArgs = {
mintAddress: "<address of the token mint>",
tokenAccount: "<address of the token account (seller)>",
sellerWalletAddress: "<public address of the seller>",
price: {
value: "0.1",
currency: "SOL"
},
}Ensure that your Auction House configuration allows the execute_sale operation to be made public without approval needed from the Auction House Authority.
Paper only supports direct sales ("Buy Now")Auction bids are currently not supported.