This document will introduce you to all the basic information you need to better understand our technologies
PayChangu APIs offer powerful payment solutions tailored for your application. Not sure how to start? Visit our Welcome page for a step-by-step guide to begin your integration journey.
PayChangu APIs adhere to RESTful principles for seamless and consistent integration:
- Request Methods: We utilize standard HTTP methods like
GET
,POST
, andPUT
for communication, with HTTP response codes indicating the status and errors. - Data Format: All responses are in JSON format. Ensure your API requests include a
Content-Type
header set toapplication/json
. - Authentication: Every endpoint requires authentication using your API keys. Make sure to securely include them in your requests.