API Integration
Guide to integrating with our payment API
Authentication
To use our API, you must first register on epay.guiddini.dz. Upon registration, you will receive a Secret Key and an App Key. These credentials must be kept private and secure.
Initiate Payment
Endpoint
POST /api/payment/initiate
Headers
Key | Value | Required |
---|---|---|
Accept | application/json | Yes |
Content-Type | application/json | Yes |
x-app-key | YOUR_APP_KEY | Yes |
x-secret-key | YOUR_SECRET_KEY | Yes |