Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions api-reference/introduction.mdx

This file was deleted.

195 changes: 0 additions & 195 deletions api-reference/openapi.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
69 changes: 69 additions & 0 deletions api/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: "Introduction"
description: "Welcome to FlexyPe API - Build powerful integrations"
---

# FlexyPe API

Welcome to the FlexyPe API! Build powerful integrations and automate your checkout workflow.

## What is the FlexyPe API?

The FlexyPe API is a comprehensive RESTful API that allows developers to programmatically interact with FlexyPe's checkout, pass, and order management systems. It provides endpoints for managing checkout configurations, processing orders, tracking customers, and accessing real-time analytics.

## Our Mission

We're committed to providing developers with:

- **Flexible Integration**: Seamlessly integrate FlexyPe into your systems
- **Powerful Automation**: Automate checkout and order workflows
- **Real-time Data**: Access up-to-date information through our API
- **Developer-Friendly**: Clear documentation and comprehensive examples
- **Reliable Performance**: Enterprise-grade stability and uptime

## Why Use FlexyPe API?

🔌 **Easy Integration** - RESTful API with clear endpoints

🔐 **Secure** - API key authentication and enterprise security

📊 **Comprehensive** - Access all FlexyPe data and functionality

⚡ **Real-time** - Webhooks for instant notifications

📚 **Well-Documented** - Complete API reference and guides

🛠️ **Developer Tools** - SDKs and example code included

## What You Can Do

With the FlexyPe API, you can:

- Manage checkout configurations programmatically
- Create and retrieve orders
- Manage customer data
- Track analytics and performance metrics
- Subscribe to real-time webhook events
- Build custom integrations

## What You'll Learn

In this documentation, you'll discover:

- How to authenticate API requests
- Complete endpoint reference
- Real-time webhook setup
- Example integrations
- Best practices for API usage
- Error handling and troubleshooting

## Base URL

All API requests use the base URL:
```
https://api.flexype.io/v1
```

## Getting Started

Ready to build? Let's dive into the API documentation!
39 changes: 39 additions & 0 deletions api/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "Overview"
description: "FlexyPe API documentation"
---

# FlexyPe API

The FlexyPe API allows you to programmatically manage your store, checkout configurations, orders, and more.

## API Overview

Our RESTful API provides endpoints for:

- **Checkout Management**: Create and manage checkout flows
- **Order Management**: Access and process orders
- **Customer Data**: Manage customer information
- **Analytics**: Retrieve performance data
- **Webhooks**: Real-time event notifications

## Authentication

All API requests require authentication using your API key. Learn more in our [authentication guide](./getting-started/authentication).

## Getting Started

- **[API Introduction](./getting-started/intro)**: Overview and key concepts
- **[Authentication](./getting-started/authentication)**: Secure your API requests
- **[Endpoints](./endpoints)**: Complete endpoint reference
- **[Webhooks](./webhooks)**: Real-time event notifications

## Base URL

```
https://api.flexype.io/v1
```

## Support

For API support and questions, email us at [hello@flexype.io](mailto:hello@flexype.io).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
56 changes: 56 additions & 0 deletions checkout/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: "Introduction"
description: "Welcome to FlexyPe Checkout - Your one-click solution to boost conversions"
---

<img
className="rounded-lg"
src="/images/dashboard.png"
alt="FlexyPe Checkout"
/>

# FlexyPe Checkout

Welcome to FlexyPe Checkout! We're here to help you transform your checkout experience and maximize conversions.

## What is FlexyPe Checkout?

FlexyPe Checkout is a fast, flexible, and secure one-click checkout solution built specifically for Shopify. It's designed to simplify the checkout process, reduce cart abandonment, and increase conversion rates by providing customers with a seamless payment experience.

## Our Mission

At FlexyPe, we believe that checking out should be the smoothest part of the customer journey—not a hurdle. Our mission is to revolutionize the way businesses handle payments by:

- **Reducing Friction**: Simplify the checkout process with one-click purchasing
- **Boosting Conversions**: Minimize cart abandonment and increase average order value
- **Supporting Multiple Methods**: Accept various payment methods and provide flexibility
- **Ensuring Security**: Maintain secure, hassle-free transactions
- **Scaling Your Business**: Provide tools that grow with your business

## Why Choose FlexyPe Checkout?

✨ **Simple & Fast** - One-click checkout experience for your customers

🔒 **Secure** - Enterprise-grade security for all transactions

🎨 **Customizable** - Tailor the checkout to match your brand

💳 **Multiple Payments** - Support all major payment providers

📊 **Analytics** - Real-time insights into your checkout performance

🛠️ **Easy to Setup** - Get started in minutes with Shopify integration

## What You'll Learn

In this documentation, you'll discover:

- How to set up and configure your checkout
- Ways to optimize your checkout for maximum conversions
- How to integrate payment providers
- Best practices for reducing cart abandonment
- Advanced features like upsells, discounts, and customization

## Simple. Scalable. Secure.

That's the FlexyPe way. Let's get started!
Loading