BuyWithFiat

Generate an onramp link to redirect users to. See GetBuyWithFiatQuote for more information on how to get an onramp quote.

Usage

using Thirdweb.Pay;
// We return the raw onramp link you should redirect the user to.
var onRampLink = await ThirdwebPay.BuyWithFiat(buyWithFiatQuoteResult);
// You can then use the quote's intent id to track the onramp status.