Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.freshlimepay.com/llms.txt

Use this file to discover all available pages before exploring further.

Welcome

This documentation provides the OpenAPI specification for the Checkout Payment Button API, which allows you to create, update, and delete checkout buttons for PayPal and Stripe payments. The endpoints are designed for managing your payment buttons in a secure and consistent way.

Checkout Payment Button Endpoints

View the OpenAPI specification file

Authentication

All API endpoints require an API key passed in the X-API-KEY header. This header is mandatory for all requests.
"security": [
  {
    "apiKeyAuth": []
  }
]