actions-on-google / actions-on-google-nodejs

Node.js client library for Actions on Google
https://actions-on-google.github.io/actions-on-google-nodejs
Apache License 2.0
900 stars 197 forks source link

"Sorry, I can't take payments in your region" message when testing Actions on Google Orders v3 API (The Netherlands) #396

Closed DeveloperBSHTG closed 4 years ago

DeveloperBSHTG commented 4 years ago

Hi,
I'm working on a project and am implementing the orders v3 API. Unfortunately, I get the following error message: "Sorry, I can't take payments in your region." The Action is tested in the simulator and on an iPhone in The Netherlands and according to the docs The Netherlands is supported (see here).
Here is a part of the JSON string in the request: {\n \"regionCode\": \"NL\",\n}. It states that the region is NL and the docs say the region is supported, but it does not work. Furthermore, I am using mostly the sample code provided in this repository for testing it.

Does anyone have a solution for this problem? It seems to be a problem related to Actions on Google and the API...

DeveloperBSHTG commented 4 years ago

And now it suddenly works without changing code. This issue is closed.