> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/coda-portal/finance-guide/taxes/sales-tax-charged-to-end-users.md).

# Sales Tax Charged to End Users

Coda Payments (Coda) is required to determine, charge, and remit 9% GST to the appropriate tax authority on transactions processed in Singapore. In this case, Coda will deduct the GST amount from the settlement payment and remit it to the appropriate tax authority. You don’t need to calculate and send GST separately for purchases made by customers in Singapore.

<mark style="color:purple;">**Sales Tax:**</mark> Depending on the local tax law, Partners may be required to include sales tax in the price offered to customers for digital content purchases in some countries. If you offer content in tax-inclusive countries, the amount that we charge to customers will include the applicable taxes (i.e. when a partner’s charge request is submitted to Coda via API for Rp. 100.000, we will charge the customer Rp. 100.000, of which Rp. 9.910 will be deducted as sales tax (in the case of Indonesia as an illustration)) to be remitted to the appropriate tax authority by either the payment channel, Coda, or Partner.

Currently, Coda supports the transmission of sales taxes to the responsible tax authority on the Partner’s behalf for selected channels. Please contact your corresponding Coda contact for more details.


---

# 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://docs.coda.co/coda-portal/finance-guide/taxes/sales-tax-charged-to-end-users.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.
