PaveWay provides a robust API for collecting payments globally, with a specialized focus on African markets. Integrating PaveWay typically follows a two-step process: Create and Confirm.Documentation Index
Fetch the complete documentation index at: https://docs.pavewaygroup.com/llms.txt
Use this file to discover all available pages before exploring further.
The Integration Flow
PaveWay separates sensitive server-side creation from client-side confirmation.1. Create a PaymentIntent (Server-side)
Initialize the payment from your backend using your Secret Key as a Bearer token. This returns acheckout_url.
2. Redirect to Checkout
Redirect the customer to thecheckout_url provided in the response. PaveWay handles the payment method selection and security.
3. Verify the Status (Server-side)
After the customer is redirected back to your site, always perform a server-side verification using your Secret Key to confirm the final status.Supported Methods
PaveWay supports a wide range of regional and global payment methods:- Mobile Money: MTN, Orange, Moov, Airtel, M-Pesa.
- Cards: Global Visa and Mastercard.
- Alternative: PayPal, Bank Transfers, and specialized local wallets.

