4

I am looking to integerate IAP (https://developer.chrome.com/webstore/payments-iap) in to my extenstion but I can't seem to find a way to test payments.

If I switch the env to sandbox I get and error of type "ENV_NOT_SUPPORTED_ERROR"

Vitaly Babiy
  • 6,114
  • 4
  • 26
  • 24

1 Answers1

0

Quoting the docs you link:

Testing purchases

Prior to publishing your app to the world, you can test the In-App Payment experience by publishing it only to trusted testers. When your app is published to trusted testers, the purchase flow will proceed normally, except they will not be charged.

Xan
  • 74,770
  • 16
  • 179
  • 206
  • 3
    This is not true, it still charges you, I see it on my credit card transactions. – Vitaly Babiy Feb 09 '15 at 23:09
  • Are you 100% sure it's Visibility option is set to Private? – Xan Feb 09 '15 at 23:11
  • 4
    Yes definitely set to private, my google wallet account is in the testers list. But I still get a charge on my card. – Vitaly Babiy Feb 12 '15 at 17:59
  • 1
    I had the same problem too. Any resolution on this? I even tried to set my price to Rs. 1, but it doesn't let me. – Shahid Thaika Apr 02 '16 at 08:03
  • 1
    Over six months later and I have the same problem. Set my chrome extension to "publishing it only to trusted testers" and added their email addresses to the testers and it still charged the credit cards. Does Google not care that they are not telling the truth about this? – Jeff Baker Nov 22 '16 at 19:40
  • @Jeff ¯\\_(ツ)\_/¯ I'm only quoting the docs. You may want to [contact CWS support](https://support.google.com/chrome_webstore/contact/developer_support/) regarding this. – Xan Nov 22 '16 at 19:43