Skip to main content
PaveWay provides a robust test environment where you can simulate successful and failed payments without moving any real money.

Test Environment

  • Dashboard: Use the “Test Mode” toggle in your Merchant Dashboard to view test transactions.
  • Sandbox URL: https://paveway-gateway-adwfci84.uc.gateway.dev/v1
  • Authentication: All requests to the sandbox must use your sk_test_... key.

Test Payment Methods

Cards

Use the following cards to test different scenarios:

Mobile Money

Simulate prompts by providing specific phone number patterns:

Simulating Webhooks

You can use the Webhook Tester in your dashboard to send mock events to your server. This allows you to verify your Signature Verification logic without making an actual API call.
[!TIP] Use a tool like ngrok or https://webhook.site to tunnel your local server to a public URL so it can receive PaveWay’s test webhooks during development.