Skip to main content

Lune Documentation

Learn how to use Lune to make your product or service climate positive.

Integration guides are aimed at product managers and developers to guide them to implement a solution to a real use case.

Product & design guides are aimed at product managers and designers to set out the characteristics of well-designed products.

Key concepts enrich or clarify specific concepts needed during implementation.

API reference is aimed at developers and describes the API's functionality.

logistics

Sustainable Logistics

In this guide, you will learn how to interact with the Lune API to:

  1. Calculate emissions for shipments
  2. Offset emissions for shipments
Get Started

payments

Payments Contribution

In this guide, you will learn how to interact with the Lune API to:

  1. Enable merchants to opt-in to contribute a percentage of a transaction value towards carbon removal at checkout
  2. Purchase carbon removal credits
Get Started

payments

Green Banking

In this guide, you will learn how to interact with the Lune API to:

  1. Calculate emissions for financial transactions
  2. Offset those emissions.
Get Started

API Reference

Create climate positive customer experiences by integrating innovative carbon removal with just a few lines of code. You are in full control.

View API Reference
  • Sample order
  • curl https://api.lune.co/v1/orders/by-mass \
      -H 'Content-Type: application/json' \
      -H "Authorization: Bearer $API_KEY" \
      -X POST \
      -d '{
      "mass": {
        "amount": "259.111",
        "unit": "kg"
      }
    }'

    Product & design guides

    Learn how to use the right units of measurement, communicate complex concepts to your users and design sustainability in your product.

    View product & design guides

    product-desgin-guides

    product-desgin-guides-2