# NFT

### 适用场景

&#x20;NFT发行方 / NFT市场

### 用户流程

<figure><img src="/files/ud3uNgFDM36crGZM4FGE" alt=""><figcaption></figcaption></figure>

### 系统时序图

<figure><img src="/files/hRE0CmadcJQlSVDNm8Qd" alt=""><figcaption></figcaption></figure>

### 接入步骤

1. 申请FaTPay Partner。具体功能列表请见 [成为合作伙伴](/zh/get-started/onboarding.md#he-zuo-huo-ban-lei-xing-shuo-ming)
2. 参考文档完成接入 [集成 NFT Checkout 页面](/zh/reference/ji-cheng-nft-checkout-ye-mian.md)

### 技术对接

{% hint style="success" %}
以下流程均为可选，根据需求自行组合，整体接入工作量在1\~4人/日
{% endhint %}

<table><thead><tr><th width="351.58064516129036">用户流程说明</th><th width="259">接入文档</th></tr></thead><tbody><tr><td>增加FaTPay入口<br>  - 报价查询：展示NFT法币价格</td><td><a data-mention href="/pages/oou5rXzBs4CmfPwWSamL">/pages/oou5rXzBs4CmfPwWSamL</a></td></tr><tr><td>入口跳转FaTPay Checkout流程<br>  - 传入NFT合约信息<br>  - 传入NFT定价结算信息</td><td><a data-mention href="/pages/CHCrgM7mQZ5EKJf5Vnlf">/pages/CHCrgM7mQZ5EKJf5Vnlf</a></td></tr><tr><td>FaTPay页面风格指定<br>   - 指定主题模版<br>   - 指定浅色模式/深色模式</td><td><a data-mention href="/pages/yq4L9luWqzJisyfQAR7U">/pages/yq4L9luWqzJisyfQAR7U</a></td></tr><tr><td>NFT发货与结算<br>  - 订单回调/订单查询：根据支付成功的订单对NFT发货</td><td><a data-mention href="/pages/oou5rXzBs4CmfPwWSamL">/pages/oou5rXzBs4CmfPwWSamL</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.fatpay.org/zh/best-practices/crypto-projects-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
