> ## Documentation Index
> Fetch the complete documentation index at: https://pwapi.uuwallet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 接入流程

### 创建卡流程

<img style={{ borderRadius: '0.5rem', boxShadow: '0 2px 4px rgba(0,0,0,0.1)' }} src="https://mintlify.s3.us-west-1.amazonaws.com/gaogao/images/process/%E5%BC%80%E5%8D%A1%E6%B5%81%E7%A8%8B.png" />

**相关接口：**

* [获取KYC Token](/api-reference/kyc/getToken)
* [获取KYC状态](/api-reference/kyc/getStatus)
* [创建卡](/api-reference/card/createCard)
* [商户回调](/api-reference/callback/webhook)

***

### 充值流程

<img style={{ borderRadius: '0.5rem', boxShadow: '0 2px 4px rgba(0,0,0,0.1)' }} src="https://mintlify.s3.us-west-1.amazonaws.com/gaogao/images/process/%E5%85%85%E5%80%BC%E6%B5%81%E7%A8%8B.png" />

**相关接口：**

* [充值](/api-reference/card/recharge.mdx)
* [商户回调](/api-reference/callback/webhook)

***

### 消费流程

<img style={{ borderRadius: '0.5rem', boxShadow: '0 2px 4px rgba(0,0,0,0.1)' }} src="https://mintlify.s3.us-west-1.amazonaws.com/gaogao/images/process/%E6%B6%88%E8%B4%B9%E6%B5%81%E7%A8%8B.png" />

**相关接口：**

* [商户回调](/api-reference/callback/webhook)

***

### 注销流程

<img style={{ borderRadius: '0.5rem', boxShadow: '0 2px 4px rgba(0,0,0,0.1)' }} src="https://mintlify.s3.us-west-1.amazonaws.com/gaogao/images/process/%E6%B3%A8%E9%94%80%E6%B5%81%E7%A8%8B.png" />

**相关接口：**

* [关卡](/api-reference/kyc/closeCard.mdx)
* [商户回调](/api-reference/callback/webhook)
