> For the complete documentation index, see [llms.txt](https://help.mochipay.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mochipay.xyz/payment-1/bacodepay/common-issue/invoice.md).

# 發票設定

1. **Autopass** **條碼付的加油發票如何開立？可以存入載具嗎？**

   條碼付的加油發票是由中油所開立，請記得現場索取發票，發票可以存入載具。若需要開立「三聯式統一編號」之電子發票，請於加油前主動告知服務人員。目前不支援「會員載具」，請記得現場索取發票。
2. **為何我已存入雲端載具，卻無法找到我的加油發票？**\
   條碼付發票是由加油站所開立，若您已存入雲端載具，可以與該雲端載具的客服確認。
3. **若需要換開統編發票，該怎麼辦理呢？**

   請攜帶發票回原加油站，會由加油站員協助您。
4. **加油發票不是已經由 Autopass 開立了嗎？為何我還收到油站給的發票？**

   目前條碼付還是以現場開立發票為主。
5. **發票交易明細僅會顯示「中油點數」，「條碼付」的交易明細僅會顯示「麻吉幣/ 行車幣」折抵，那「正確的消費金額」要看哪一邊？**

   以實際扣款金額為主。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.mochipay.xyz/payment-1/bacodepay/common-issue/invoice.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
