> 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/function-references/pay/fiat-on-off-ramp/getmoonpayfiatofframpurl.md).

# GetMoonpayFiatOffRampUrl

This endpoint is used to create a Moonpay offramp URL.

{% code overflow="wrap" %}

```cpp
void GetMoonpayFiatOffRampUrl(const FVyGetMoonpayFiatOffRampUrlRequest& Params, const FVyOnGetMoonpayFiatOffRampUrlComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Params     | [FVyGetMoonpayFiatOffRampUrlRequest](/sdk-reference/ue5-sdk-v3/object-references/pay/fvygetmoonpayfiatofframpurlrequest.md) | Parameters for this operation (FVyGetMoonpayFiatOffRampUrlRequest)                      |
| ---------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetMoonpayFiatOffRampUrlComplete                                                                                       | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetMoonpayFiatOffRampUrlComplete)\
Contains a [FVyFiatRampUrlDto](/sdk-reference/ue5-sdk-v3/object-references/pay/fvyfiatrampurldto.md) response type
