Skip to main content

Python Client SDK Generated by Speakeasy

Project description

Python SDK

Open-source metering and usage-based billing

SDK Installation

pip install lago-billing

SDK Example Usage

import lago
from lago.models import operations, shared

s = lago.Lago(
    security=shared.Security(
        bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
    ),
)


req = operations.FindInvoiceRequest(
    id="1a901a90-1a90-1a90-1a90-1a901a901a90",
)
    
res = s.invoices.find(req)

if res.invoice is not None:
    # handle response

Available Resources and Operations

add_ons

  • apply - Apply an add-on to a customer
  • create - Create a new add-on
  • destroy - Delete an add-on
  • find - Find add-on by code
  • find_all - Find add-ons
  • update - Update an existing add-on

billable_metrics

  • create - Create a new billable metric
  • destroy - Delete a billable metric
  • find - Find billable metric by code
  • find_all - Find Billable metrics
  • find_all_groups - Find Billable metric groups
  • update - Update an existing billable metric

coupons

  • applied_coupons - Find Applied Coupons
  • apply - Apply a coupon to a customer
  • create - Create a new coupon
  • destroy - Delete a coupon
  • find - Find coupon by code
  • find_all - Find Coupons
  • update - Update an existing coupon

credit_notes

  • create - Create a new Credit note
  • download - Download an existing credit note
  • find - Find credit note
  • find_all - Find Credit notes
  • update - Update an existing credit note
  • void - Void existing credit note

customers

  • create - Create a customer
  • current_usage - Find customer current usage
  • delete_applied_coupon - Delete customer's appplied coupon
  • destroy - Delete a customer
  • find - Find customer by external ID
  • find_all - Find customers
  • portal_url - Get customer portal URL

events

  • estimate_fees - Estimate fees for an instant charge
  • batch_create - Create batch events
  • create - Create a new event
  • find - Find event by transaction ID

fees

  • find - Find fee by ID
  • find_all - Find all fees
  • update - Update an existing fee

invoices

  • download - Download an existing invoice
  • finalize - Finalize a draft invoice
  • find - Find invoice by ID
  • find_all - Find all invoices
  • retry - Retry invoice payment
  • update - Update an existing invoice status
  • void - Refresh a draft invoice

organizations

  • update - Update an existing Organization

plans

  • create - Create a new plan
  • destroy - Delete a plan
  • find - Fin plan by code
  • find_all - Find plans
  • update - Update an existing plan

subscriptions

  • create - Assign a plan to a customer
  • destroy - Terminate a subscription
  • find_all - Find subscriptions
  • update - Update an existing subscription

wallets

  • create - Create a new wallet
  • create_transaction - Create a new wallet transaction
  • destroy - Delete a wallet
  • find - Find wallet
  • find_all - Find wallets
  • find_all_transactions - Find wallet transactions
  • update - Update an existing wallet

webhooks

  • fetch_public_key - Fetch webhook public key

Maturity

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Contributions

While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release !

SDK Created by Speakeasy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lago-billing-1.0.1.tar.gz (40.5 kB view details)

Uploaded Source

Built Distribution

lago_billing-1.0.1-py3-none-any.whl (130.1 kB view details)

Uploaded Python 3

File details

Details for the file lago-billing-1.0.1.tar.gz.

File metadata

  • Download URL: lago-billing-1.0.1.tar.gz
  • Upload date:
  • Size: 40.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for lago-billing-1.0.1.tar.gz
Algorithm Hash digest
SHA256 57cf1814277be865e3f47e3ea38f465c900f3ecb5616f05ad1e48cd742ae3c8e
MD5 06b84b573eef578b581454c04abf09fd
BLAKE2b-256 8b701989e908572859fa98693f4af878cc62bacec10192e3c3290a5e50bd2f6d

See more details on using hashes here.

File details

Details for the file lago_billing-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: lago_billing-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 130.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for lago_billing-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 80b8006391c865fa32e307ce13e60f72b98b1994eb689e37771bae1f585ffc02
MD5 ecd1bc49b33bcc51b37cea58ba76a1a5
BLAKE2b-256 8e28c9fe4aab3d6e81cd5c920f31bb278600d1ae2af0ee8666355b591ab9917e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page