AbacatePay is a developer-friendly payment gateway designed to simplify payment processing. Built by developers for developers, it offers:
- Simple, intention-based API endpoints
- Idempotent operations for reliable transactions
- Consistent JSON request/response formats
- Native SDK support
- Easy dev mode integration
- PIX payment support
- Streamlined client and billing management
The documentation covers everything from getting started guides to detailed API references, helping you integrate payments into your application quickly and efficiently.
This documentation is built with Mintlify
- Preview locally
# Install Mintlify CLI
npm i -g mintlify
# Start development server
mintlify dev- Visit
http://localhost:3000to see your documentation
.
βββ api-reference/ # Contains API documentation and endpoints reference
βββ images/ # Store all documentation images and screenshots
βββ logo/ # Brand logos for light and dark themes
βββ pages/ # Main documentation content
βββ docs.json # Mintlify configuration file for documentation settings
βββ favicon.ico # Website favicon
βββ openapi.yaml # OpenAPI/Swagger specification file
βββ README.md # Project overview and setup instructions
- Install dependencies
mintlify install- Start development server
mintlify dev- Run using docker
make start- If Mintlify dev isn't running, try
mintlify installto reinstall dependencies - For 404 errors, ensure you're in a directory with
mint.json
Changes are automatically deployed when merged to the main branch, through the Mintlify GitHub integration.
See Mintlify GitHub App Documentation for more information.
- Join our Discord community
- Report issues on GitHub