> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/pay/fvygetmoonpayfiatonrampurlrequest.md).

# FVyGetMoonpayFiatOnRampUrlRequest

## Properties

| FiatAmount     | FVyOptLong                                                                                               | A positive integer representing how much fiat the user wants to spend                                                                                                          |
| -------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| FiatCurrency   | FVyOptString                                                                                             | The code of the fiat currency (\_e.g. usd, aud, gbp\_) you want the user to purchase with                                                                                      |
| CryptoAmount   | FVyOptLong                                                                                               | A positive integer representing how much crypto the user wants to buy. If you pass both \`fiatAmount\` and \`cryptoAmount\`, the \`cryptoAmount\` amount will take precedence. |
| CryptoCurrency | [FVyOptCryptoCurrencySymbol](/sdk-reference/ue5-sdk-v3/object-references/pay/fvycryptocurrencysymbol.md) |                                                                                                                                                                                |
| RedirectUrl    | FVyOptString                                                                                             | This is the URL where you want to send the user after they finish the buying process. A transaction ID and status is added to the URL as query parameters.                     |
| Email          | FVyOptString                                                                                             | This is the user's email address. If you provide a valid email address, the user won't need to enter it                                                                        |
| WalletAddress  | FVyOptString                                                                                             | This is the cryptocurrency wallet address where the purchased funds will be sent. If a valid wallet address is passed, the user won't need to enter one.                       |
