> 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/changelog/2024-codapay-changelog/google-pay-apple-pay-price-point-update.md).

# Google Pay/Apple Pay Price Point Update

Please be informed that Google Pay/Apple Pay minimum price points for partial countries have been adjusted.

## Price Point Update:

**Google Pay/Apple Pay HK**

**Previous Price Point:**\
Minimum: HKD 0.5\
Maximum: HKD 999,999

**New Price Point 🆕**\
Minimum Price Point: HKD 3\
Maximum Price Point: HKD 999,999

***

**Google Pay/Apple Pay MY**

**Previous Price Point:**\
Minimum: MYR 0.5\
Maximum: MYR 999,999

**New Price Point 🆕**\
Minimum Price Point: MYR 2\
Maximum Price Point: MYR 999,999

***

**Google Pay/Apple Pay PH**

**Previous Price Point:**\
Minimum: PHP 0.5\
Maximum: PHP 999,999

**New Price Point 🆕**\
Minimum Price Point: PHP 25\
Maximum Price Point: PHP 999,999

***

**Google Pay Apple Pay MX**

**Previous Price Point:**\
Minimum: MXN 0.5\
Maximum: MXN 999,999

**New Price Point 🆕**\
Minimum Price Point: MXN 7\
Maximum Price Point: MXN 999,999

***

**Google Pay/Apple Pay CZ**

**Previous Price Point:**\
Minimum: CZK 0.5\
Maximum: CZK 999,999

**New Price Point 🆕**\
Minimum Price Point: CZK 13\
Maximum Price Point: CZK 999,999

***

**Google Pay/Apple Pay DK**

**Previous Price Point:**\
Minimum: DKK 0.5\
Maximum: DKK 999,999

**New Price Point 🆕**\
Minimum Price Point: DKK 4\
Maximum Price Point: DKK 999,999

***

**Google Pay/Apple Pay HU**

**Previous Price Point:**\
Minimum: HUF 0.5\
Maximum: HUF 999,999

**New Price Point 🆕**\
Minimum Price Point: HUF 200\
Maximum Price Point: HUF 999,999

***

**Google Pay/Apple Pay NO**

**Previous Price Point:**\
Minimum: NOK 0.5\
Maximum: NOK 999,999

**New Price Point 🆕**\
Minimum Price Point: NOK 6\
Maximum Price Point: NOK 999,999

***

**Google Pay/Apple Pay RO**

**Previous Price Point:**\
Minimum: RON 0.5\
Maximum: RON 999,999

**New Price Point 🆕**\
Minimum Price Point: RON 2.5\
Maximum Price Point: RON 999,999

***

**Google Pay/Apple Pay NZ**

**Previous Price Point:**\
Minimum: NZD 0.5\
Maximum: NZD 999,999

**New Price Point 🆕**\
Minimum Price Point: NZD 0.9\
Maximum Price Point: NZD 999,999


---

# 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/changelog/2024-codapay-changelog/google-pay-apple-pay-price-point-update.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.
