v1: Paddle API

Number of APIs: 61

Paddle Billing is a complete subscription and recurring revenue management platform, designed for modern SaaS businesses. It helps you increase your revenue, retain customers, and scale your operations.

The Paddle API lets you create, read, and update information in your Paddle Billing system. You can use it to integrate Paddle with your app or third-party solutions.

See https://developer.paddle.com/ to learn more.

Contact Support: Name: Paddle Seller Support team Email: sellers@paddle.com

  1. Subscriptions - Cancel a subscription POST {{baseUrl}}/subscriptions/:subscription_id/cancel

  2. Reports - Create a report POST {{baseUrl}}/reports

  3. Addresses - Update an address for a customer PATCH {{baseUrl}}/customers/:customer_id/addresses/:address_id

  4. Notification setting replays - Replay a notification POST {{baseUrl}}/notifications/:notification_id/replay

  5. Customers - Update a customer PATCH {{baseUrl}}/customers/:customer_id

  6. Subscriptions - Resume a paused subscription POST {{baseUrl}}/subscriptions/:subscription_id/resume

  7. Adjustments - List credit balances for a customer GET {{baseUrl}}/customers/:customer_id/credit-balances

  8. Notification logs - List logs for a notification GET {{baseUrl}}/notifications/:notification_id/logs

  9. Reports - Get a report GET {{baseUrl}}/reports/:report_id

  10. IP addresses - Get Paddle IP addresses GET {{baseUrl}}/ips