@paynow-gg/typescript-sdk
v1.0.28
Published
Official TypeScript SDK for the PayNow API - providing type-safe access to storefront and management endpoints
Downloads
515
Readme
PayNow TypeScript SDK
A TypeScript/JavaScript SDK for the PayNow.gg API
Installation
npm install @paynow-gg/typescript-sdkQuick Start
import { createStorefrontClient } from "@paynow-gg/typescript-sdk";
const storefront = createStorefrontClient("411486491630370816");
storefront.store.getStorefrontStore().then((res) => console.log(res.data));For issues with the SDK, please open an issue on GitHub. For PayNow API documentation and support, visit the PayNow developer portal.
PayNow.gg Support
For support, questions, or more information, join our Discord community:
Contributing
Contributions are welcome! If you'd like to improve the SDK or suggest new features, please fork the repository, make your changes, and submit a pull request.
