Skip to content
/ iap Public
forked from jeremybarbet/iap

Node.js and NestJS wrapper to help verifying Google and Apple receipts.

License

Notifications You must be signed in to change notification settings

Polarrco/iap

 
 

Repository files navigation

In App Purchase

Libraries to server-side verify in-app purchases for iOS and Android. Additionally, with Google Play Billing Library version 3, can acknowledge a subscription to be successfully process by the Google Play Store.

Features

  • 💸 Verify in-app purchases for iOS and Android receipts in Node.js
  • 🔌 NestJS wrapper to easily integrates the library in your project.
  • Uses axios under the hood for the requests.
  • Typescript definition for App Store Receipts, App Store Server API, Google Play Developer API and Google Play Real-time developer notifications.
  • All types come with their descriptions extracted from the Apple and Google documentations.

Installation and usage

  • Node.js IAP - Core library wrapping the Apple and Google IAP APIs to get and verify in-app purchases
  • NestJS IAP - NestJS wrapper for the Node.js library.
  • Apple API types - Typescript definitions for Apple API services.
  • Google API types - Typescript definitions for Google API services.

Acknowledgments

I build this library for my side-project hello aurora. If you find this library useful, please consider donating.

License

This library is licensed under the MIT License.

About

Node.js and NestJS wrapper to help verifying Google and Apple receipts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%