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

Download history 274/week @ 2025-04-02 82/week @ 2025-04-09 3/week @ 2025-04-16 155/week @ 2025-04-23 84/week @ 2025-04-30 18/week @ 2025-05-07

261 downloads per month

Apache-2.0

320KB
5K SLoC

Paddle Rust SDK

crates.io Docs License

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