# 获取支付宝账单

## 手机端获取 <a href="#phone" id="phone"></a>

### 在手机端打开支付宝，进入我的界面，点击账单

![导入 - 支付宝1](https://z3.ax1x.com/2021/06/18/RpgCpF.jpg)

### 然后点击菜单按钮

![导入 - 支付宝2](https://z3.ax1x.com/2021/06/18/RpczkV.jpg)

### 点击开具交易流水证明

![导入 - 支付宝3](https://z3.ax1x.com/2021/06/18/RpgSYT.jpg)

### 点击用于个人对账

![导入 - 支付宝4](https://z3.ax1x.com/2021/06/18/Rpgi6J.jpg)

### 选择交易流水范围

![导入 - 支付宝5](https://z3.ax1x.com/2021/06/18/RpgPl4.jpg)

### 填写电子邮箱

![导入 - 支付宝6](https://z3.ax1x.com/2021/06/18/RpgpfU.jpg)

## 电脑端获取 <a href="#pc" id="pc"></a>

进入[支付宝官网](https://www.alipay.com/)，登录自己的支付宝账号，如果登录后是商户版的界面，请手动切换到个人版。仅支持导入个人版的支付宝账单文件。

{% hint style="warning" %}
请勿使用商户版！！！否则导出的文件会因为格式不匹配而无法识别账单数据。
{% endhint %}

登录成功后的界面：

![zfb.jpg](https://i.loli.net/2021/05/17/49ACyOq5xj7l3nF.jpg)

点击右上角的**交易记录**，然后在目标页面下载账单：

![下载账单](https://z3.ax1x.com/2021/06/18/RpBBoF.png)


---

# 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://guide.yiyujizhang.cn/datamanage/importandexport/getalipay.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.
