FVyTransakOnRampUrlRequest

\!! DESCRIPTION MISSING !!

Properties

Field
Type
Description
Required

FiatAmount

FVyOptLong

The amount in fiat currency showing how much your user wants to spend or receive. If this is passed, the user can't change the fiat amount. This param will be skipped if `fiatCurrency` is not passed.

FiatCurrency

FVyOptString

The code of the fiat currency (_e.g. USD, AUD, GBP_) you want the user to purchase with

CryptoAmount

FVyOptLong

An integer amount showing how much crypto your user wants to buy. This parameter will be skipped if `cryptoCurrency.symbol` is not passed. This parameter will be skipped if a valid combination of `fiatCurrency` and `fiatAmount` is passed

CryptoCurrency

FVyOptCryptoCurrency

RedirectUrl

FVyOptString

Once the customer has completed the purchase/sell process, Transak will redirect back to this URL with additional order info appended to it as parameters.

Email

FVyOptString

The email that will be used to identify your user and their order

WalletAddress

FVyOptString

The wallet address of your user where crypto will be sent to

IsFeeCalculationHidden

FVyOptBool

If this is set to `true`, your user won't see a detailed breakdown of fees—they'll only see the total fee

HideMenu

FVyOptBool

When `true`, then the user will not see the menu options. This will hide the menu completely

References

Operation

Last updated