google-play-billing-validator icon indicating copy to clipboard operation
google-play-billing-validator copied to clipboard

Npm module for Node.js to validate In-app purchases and Subscriptions on your backend

Results 16 google-play-billing-validator issues
Sort by recently updated
recently updated
newest added

I'm getting this error while acknowledging the purchase, but this issue is only there for purchase not with the subscription, Please help me to solve this issue, till last month...

### Description Support for the `subscriptionsv2` endpoint, that works without `productId`. ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature...

### Description during testing, when acknowledging a subscription recently purchased then cancelled, i receive this {"errorMessage":"Invalid response, please check 'Verifier' configuration or the statusCode above","errorCode":400,"isSuccessful":false} ### Steps to Reproduce 1....

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

### Description [Description of the bug] ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so on...] ### Sample code ``` // Include some code to help...

### Description Everything works but when I upload my function to firebase functions it gives me an error ### Steps to Reproduce 1. I tried to Reproduce but the same...

I've set up a service account and linked it to Google Play, granted all the permissions including "View financial data" under "API Access" page. ``` { "isSuccessful": false, "errorCode": 401,...

Hey there, I'm just evaluating IAP packages and came across this one, it looks good but I don't see the licence type mentioned anywhere. Any plans on adding an OSS...

Just want to say thanks for this project. I'm using it and appreciate it.