paddle-node-sdk icon indicating copy to clipboard operation
paddle-node-sdk copied to clipboard

Node.js SDK for working with the Paddle API in server-side apps.

Results 8 paddle-node-sdk issues
Sort by recently updated
recently updated
newest added

### What happened? Hello, I'm using Paddle Webhooks & Supabase Edge Functions to manage my customers' billing. I want to use this SDK in the Webhooks which work with Deno....

### Tell us about your feature request I'd like to test my paddle webhooks locally while using the unmarshal function of the sdk. It would be great to have a...

### Tell us about your feature request By default, this library is very chatty and prints a lot of actions to console/stdout. This might interfere with other log output and...

### What happened? Using the Next.js 14 + TypeScript tech stack, with the API set to the edge environment, an error occurs when calling paddle.transactions.create after importing the @paddle/paddle-node-sdk package:...

### What happened? [Paddle] [LOG] [Request] GET https://api.paddle.com/products Transaction ID: XXX (node:4292) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to...

# Simulation resources ## Simulation Types Relevant docs: https://developer.paddle.com/api-reference/simulation-types/overview Retrieve a list of available simulation types ``` await paddle.simulationTypes.list(); ``` ## Simulations Relevant docs: https://developer.paddle.com/api-reference/simulations/overview Retrieve a list of simulations...

release:minor

Bumps the npm group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.0` |...

dependencies

### Tell us about your feature request It would be nice to have a special "subscription.plan_changed" webhook. I feel like there is no way to differentiate from "subscription.updated" caused by,...