Skip to main content

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": []
  }
]