Overview

Fast & Trust Payment

This documentation is the guide for developers to integrate FaTPay service.

If you want to buy cryptocurrency, please check this instead.

Intro

What is FaTPay

FaTPay, as an infrastructure of Web 3.0 ecosystem, aims to build a solid connection between Web 2.0 and Web 3.0, more specifically, between fiat currencies and cryptocurrencies. With effortless integration and friendly user experience, FaTPay significantly lowers the threshold of cryptocurrency investment and welcomes all old-world citizens to the brand-new Web 3.0 world.

What we offer

This documentation is the guide for developers to integrate FaTPay’s on-ramp& NFT Checkout service. By following the steps outlined in this documentation to integrate it into your website or application, your customers can enjoy the convenience of purchasing cryptocurrencies. The integration of Public Partner mode is stunningly simple and quick, which can go online within 5 minutes.

Fiat on-ramp is the service to buy cryptocurrency via fiat currency. Vice versa, off-ramp is the service that exchanges from cryptocurrency to fiat currency. NFT Checkout is the service to buy NFT via fiat currency.

Since FaTPay supports dozens of [Fiat Currencies] as well as [Cryptocurrencies (on-ramp)] in multiple countries/regions all around the world. You could manage to get tons of users to your DApps, websites, games and wallets. And it works for various businesses, from the multinational crypto exchanges to the Web 3.0 startups. All you need is to focus on your own business and let FaTPay take care of all the rest, in terms of KYC procedure, the regulatory compliance, the coverage of fiat currencies and cryptocurrencies, etc.

Additionally, the user flow and user interface could be customized flexibly according to the business requirements.

Quick Started

You are able to introduce FaTPay into your system with single line of code. Please check [Onboarding] for more details.

In order to release your MVP(minimum viable product) quickly, you could integrate as Public Partner. Still, we highly recommend to go through the whole [Onboarding] process, to get more features and supports.

Browser redirect integration

Redirect mode
<a href="https://ramp.fatpay.xyz/home?partnerId=public" target="_blank">Buy with FaTPay</a>

Browser embeded or iframe

Embeded mode
<iframe
  src="https://ramp.fatpay.xyz/home?partnerId=public&windowOpen=1"
  allow="accelerometer; autoplay; camera; gyroscope; payment"
  width="100%"
  height="100%"
  frameborder="0"
/>
</iframe>

Best Practices

Here comes the best practices for different scenarios.

Please note that best practices are just a reference and can be adapted to the specification of your project with our rich set of configurable items and APIs.

Reference

You may need to check below links for more details.

Support

Last updated