A comprehensive collection of API documentation, Postman collections, and integration guides for the ABT2Pay payment gateway.
- API Documentation - Complete integration guide with examples
- Postman Collections - Ready-to-use API testing collections
- Troubleshooting Guide - Common issues and solutions
- Code Examples - Implementation samples for various platforms
git clone https://github.com/yourusername/abt2pay-api.git
cd abt2pay-api- Download the Postman collections from the
collections/folder - Import them into Postman for easy API testing
- Start with
README_Integration_Guide.mdfor complete API reference - Check
TROUBLESHOOTING_API_KEY.mdif you encounter authentication issues
The ABT2Pay API uses API key authentication. Include your API key in the X-Api-Key header:
curl -X POST "https://api.abt2pay.com/api/v1/payment/create" \
-H "Content-Type: application/json" \
-H "X-Api-Key: YOUR_API_KEY" \
-d '{"amount": 1000, "name": "Test User"}'- Integration Guide - Complete API reference and examples
- Troubleshooting - Common issues and solutions
- Postman Collections - Ready-to-use API testing
- ✅ Payment Link Creation - Generate payment links for customers
- ✅ Webhook Support - Real-time payment notifications
- ✅ Split Payments - Support for multiple payment recipients
- ✅ Product Management - Detailed product information in payments
- ✅ Expiration Control - Set payment link expiration dates
- API key from ABT2Pay
- Postman (for testing)
- cURL or similar HTTP client
- Import the Postman collections
- Set your API key in the collection variables
- Run the test requests
abt2pay-api/
├── README.md # This file
├── README_Integration_Guide.md # Complete API documentation
├── TROUBLESHOOTING_API_KEY.md # Troubleshooting guide
├── collections/ # Postman collections
│ ├── ABT2Pay_API_Collection.json # Full API collection
│ └── ABT2Pay_Test_Collection.json # Simplified test collection
└── examples/ # Code examples (coming soon)
We welcome contributions! Please feel free to:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
- Documentation Issues: Open an issue in this repository
- API Support: Contact ABT2Pay support team
- Integration Help: Check the troubleshooting guide first
This project is licensed under the MIT License - see the LICENSE file for details.
If this API integration helps you, please consider giving it a star! ⭐
Built with ❤️ for the ABT2Pay community