Initiate Payment
Guide to integrating with our payment API
Initiate Payment Endpoint
This endpoint allows you to initiate a payment by providing the amount to be paid. It returns a payment URL that can be used by your users to complete the payment.
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-app-secret | YOUR_SECRET_KEY | Yes |