This is the test page for all endpoints. Make sure the server is running and API files are deployed.
Purpose: Configure base URL and authentication for all API tests.
Connection Test Endpoint: https://zuwamallng.com/api/test_connection.php
Method: GET (No authentication required)
Connection test response will appear here...
Purpose: Provided by you to WEMA. Validates a virtual account number.
Endpoint: https://zuwamallng.com/api/name_lookup.php
Method: POST
Headers: Content-Type: application/json, Authorization: Bearer [token]
Response will appear here...
Purpose: Provided by you to WEMA. WEMA calls this to notify you of a transaction.
Endpoint: https://zuwamallng.com/api/transaction_notification.php
Method: POST
Headers: Content-Type: application/json, Authorization: Bearer [token]
Response will appear here...
Purpose: A REST API provided by the bank for Vendors to query their transactions.
Endpoint: https://zuwamallng.com/api/trans_query.php
Method: POST
Headers: Content-Type: application/json, Authorization: Bearer [token]
Response will appear here...
Purpose: Provided by you to WEMA. For fraud management.
Endpoint: https://zuwamallng.com/api/get_mini_statement.php
Method: POST
Headers: Content-Type: application/json, Authorization: Bearer [token]
Response will appear here...
Purpose: Provided by you to WEMA. For fraud management.
Endpoint: https://zuwamallng.com/api/get_kyc.php
Method: POST
Headers: Content-Type: application/json, Authorization: Bearer [token]
Response will appear here...
Purpose: Provided by you to WEMA. For fraud management.
Endpoint: https://zuwamallng.com/api/block_account.php
Method: POST
Headers: Content-Type: application/json, Authorization: Bearer [token]
Response will appear here...