Quickstarts
Off you go...
Last updated
Off you go...
Last updated
The simplest way to integrate FaTPay is to redirect your users to our widget via our website. This can be done with just a link via a button on your website, or in your app opening the browser.
Users can directly buy cryptocurrency to their wallet via the link below:
You can just do exactly this and lead your users in the direction of FaTPay where they can buy cryptocurrency to use in your app. This can be done without going through our onboarding process.
The core URL is https://ramp.fatpay.xyz/home
and don't forget appending partnerId=public
as query parameter.
Now you get the fundamental FaTPay widget URL.
https://ramp.fatpay.xyz/home?partnerId=public
You could choose either
or
We suggest to append windowOpen=1
to get rid of 403 Forbidden iframe error.
Now so far this is just the default widget setup, in the next chapter we'll explain how you can start customizing your FaTPay integration to create the optimal experience for your users.
Now you can start customizing how FaTPay will work for your users. Basically The FaTPay widget is controlled by passing query parameters, which you can do directly in the URL. You can see all of the customization options available here.
choose Thai
as default language;
specify fiat currency as USD
;
set default amount as $200
;
set default cryptocurrency as USDC(ERC20)
;
limit cryptocurrency options as USDC(ERC20)
/USDT(ERC20)
;
add certain query parameters to the widget URL.
https://ramp.fatpay.xyz/home?partnerId=public&language=th&defaultFiatCurrency=usd&amount=200&cryptoCurrency=USDT_ERC20,USDC_ERC20&defaultCurrency=USDT_ERC20
Please check [On-ramp Widget Customization] [NFT Checkout Widget Customization] for more the widget customization options.
If you want to change the interface theme, you could just append one more query parameter - theme
to the widget URL.
https://ramp.fatpay.xyz/home?partnerId=public&language=th&defaultFiatCurrency=usd&amount=200&cryptoCurrency=USDT_ERC20,USDC_ERC20&defaultCurrency=USDT_ERC20&theme=green
There are even more options [Interface Customization] to customize the user interface.