Sandbox Environment
This environment is designed exclusively for testing purposes, using simulated data to replicate real-world scenarios without any financial impact. It allows you to test and validate your integration before going live.
Accessing the WapiPay Sandbox API
To access the WapiPay sandbox, follow these steps:
-
Obtain Your Credentials
Get your API keys and credentials from us. -
Make a Token Request
Send a POST request to the token endpoint to obtain your bearer token. -
Receive the Bearer Token
Upon a successful request, you will receive a bearer token in the response. -
Use the Bearer Token in Subsequent Requests
Include the bearer token in theAuthorization
header for all future API requests. -
Make API Requests
Use the bearer token to access the various endpoints of the WapiPay API.

Beginner's Guide
Updated 5 months ago