6 releases (3 breaking)
new 0.4.0 | May 16, 2025 |
---|---|
0.3.2 | Apr 29, 2025 |
0.2.3 | Apr 8, 2025 |
0.1.0 | Apr 4, 2025 |
#103 in Finance
261 downloads per month
320KB
5K
SLoC
Paddle Rust SDK
Rust SDK for working with the Paddle API in server-side apps. (Unofficial)
Paddle API Coverage
The following list outlines the current coverage of the Paddle API in this SDK. Everything in green is usable. Contributions are welcome!
- ✅ Products
- ✅ Prices
- ✅ Discounts
- ✅ Customers
- ✅ Addresses
- ✅ Businesses
- ✅ Payment methods
- ✅ Customer portal sessions
- ✅ Transactions
- 👷 Subscriptions
- 🚧 Adjustments
- 🚧 Pricing preview
- 🚧 Reports
- 🚧 Events
- 🚧 Notifications
- 🚧 Simulations
Running examples
<YOUR_API_KEY>
must be generated in the sandbox environment. All examples call the sandbox endpoints.
PADDLE_API_KEY=<YOUR_API_KEY> cargo run --example products-list
Dependencies
~6–19MB
~238K SLoC