FAQ
Last updated
Last updated
Go to the page of your MoonPay dashboard and hit the roll button next to the API key you wish to replace. You will be given the option to immediately delete the old key or a 12hour rollover before the old API keys expire.
If you see a CSP error that says sell.moonpay.com refused to connect
, you’ll need to allowlist your production domain(s). We require this when you embed the MoonPay widget in an iframe or use the overlay, drawer, or embedded options to prevent unauthorized third-parties from embedding the MoonPay widget.
To resolve the issue, add your production domain(s) to the of your MoonPay dashboard.
If you see a widget error that geo-blocks certain users, confirm that these users are in a region supported by MoonPay.
Our sandbox environment supports a limited selection of testnet currencies; we recommend testing primarily with Ethereum on Sepolia or the Bitcoin testnet.
In our production environment, we only allow one account per user. Creating multiple accounts in production may cause your account to be flagged or blocked.
Only genuine card and KYC information may be used in our production environment. Do not use test credit card or test KYC information in production, as this will result in your account being blocked.
avax_cchain
2
axs
12
bch
1
bnb_bsc
14
btc
1
busd_bsc
15
eth
12
eth_arbitrum
5
eth_immutable
1
eth_polygon
12
ltc
6
sol
1
trx
12
usdc
11
usdc_polygon
12
usdt
12
usdt_trx
12
xlm
1
MoonPay does not offer an SDK for Flutter. You'll have to manually embed our widget in a WebView. Consider the following tips:
Custom Origin via baseUrl
Property: For specific requirements, you can set a custom origin using the baseUrl
property. This serves as the base URL for any relative paths in the HTML and sets the document’s origin.
Example:Dart
When not using the MoonPay SDK, you should ensure that the following requirements are met so that users can go through the KYC process.
When using a web view, ensure the following:
The web view is able to access device local storage and initialize camera (for older iOS versions, the camera can be accessed only from Safari browser or WebView with SFSafariViewController
)
HTML5 video playback is allowed (<video>
tags are being used to send instructions): if video-instructions are not played, try using WebChromeClient
to enable video playback
Autoplay in fullscreen mode is disabled and allowsInlineMediaPlayback
is set as true
for WebView
Feature-Policy
header for your webpage/frame or any other container has no restrictions for initializing camera like value camera 'none'
.
Permissions-Policy
header doesn't restrict access to a camera and microphone (for some cases) and if allow is set check for "camera; microphone"
values.
Your website is being run on a secure https
connection.
We enable payouts in the following fiat currencies:
USD (United States Dollar)
GBP (British Pound Sterling)
EUR (Euro)
At MoonPay, we treat chargebacks seriously and have processes in place to prevent and handle chargebacks. For more information reach out to your MoonPay account representative.
Has your card already been added to another account? There is a limit of one card per account. Either use the other account or try using another card.
You can create your own HTML that uses our to embed our Widget. This will allow you to receive our Widget's events, if you wish. You'll then need to send them out to your Flutter app layer.
If you're experiencing camera issues in Flutter's WebView, consider using the Flutter plugin compatible with our Web SDK, available at .
You can find further guidance on configuring Flutter camera permissions and other related documentation at .
This custom origin approach can be advantageous for scenarios involving scripts that validate the document’s origin or for CORS policies. We recommend using https://app_name
, capacitor://
or equivalent as your custom origin for the baseUrl
property. From here, add the domain to your allowlist in the settings page of your .
List of all MoonPay supported assets for .
Details can be found on our MoonPay documentation .
Sell limits will vary by region, currency and level of Know Your Customer KYC documents provided. Additional details can be found on our customer support page .
There are more limitations for US users than non-US users. A complete list can be found .
Double check you are not in our sandbox environment. Genuine cards should never be added to sandbox accounts. You can find test cards .
Yes, you can find our recommended best practices documented .