# VyTransakOffRampUrlRequest

## Properties

| Field                  | Type                                                                                                   | Description                                                                                                                                                | Required |
| ---------------------- | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| fiatCurrency           | string                                                                                                 | The code of the fiat currency you want your user to buy/sell cryptocurrency                                                                                | ✗        |
| cryptoAmount           | BigInt                                                                                                 | The amount in crypto currency showing how much crypto your user wants to sell. If this is passed, the user can't change the crypto amount.                 | ✗        |
| cryptoCurrency         | [VyCryptoCurrency](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/pay/vycryptocurrency) |                                                                                                                                                            | ✗        |
| redirectUrl            | string                                                                                                 | 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                  | string                                                                                                 | The email that will be used to identify your user and their order                                                                                          | ✗        |
| isFeeCalculationHidden | boolean                                                                                                | If this is set to \`true\`, your user won't see a detailed breakdown of fees—they'll only see the total fee                                                | ✗        |
| hideMenu               | boolean                                                                                                | When \`true\`, then the user will not see the menu options. This will hide the menu completely.                                                            | ✗        |

## References

**Operation**

* [getTransakFiatOffRampUrl](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/pay/fiat-on-off-ramp/gettransakfiatofframpurl)
