Public
Documentation Settings

Wireless Verify Updated Documentation

Introduction

This documentation outlines the integration process for incorporating various services into your application. These services can significantly enhance your application's functionality and user experience. The following services are available for integration:

  • Physical Card

  • Virtual Cards

  • Soft-POS (Point of Sale)

  • Device POS

  • USSD Code (e.g., *234#) for customer account access

  • USSD Collection

  • Virtual Account and Instant Settlement

  • Funds Transfer and Payout

  • BVN (Bank Verification Number) / NIN (National Identification Number) and Voters Card Verification

  • SMS Integration

Base URL

The base URL for accessing the API endpoints for these services is:

Plain Text
https://backend.wirelessbeta.com/api/v1/

AND 

https://backup.wirelessbeta.com/api/v1/

Getting Started

To begin the integration process, please follow these steps:

  • Authentication: Ensure you have the necessary authentication credentials, such as API keys or tokens, to access the services.

  • Endpoint Documentation: Refer to the documentation for each service endpoint to understand the available functionalities, request parameters, and response formats.

  • Testing Environment: Utilize a testing or sandbox environment provided by the service provider to test your integration without affecting production data.

Services Overview

1. Physical Card and Virtual Cards

Integrate physical and virtual card issuance and management to provide payment solutions to your customers.

  • Endpoint: /cards

  • Request Method: POST

  • Parameters: (Specify required parameters)

2. Soft-POS and Device POS

Enable your application to accept card payments using Soft-POS and Device POS solutions.

  • Endpoint: /pos

  • Request Method: POST

  • Parameters: (Specify required parameters)

3. USSD Integration

Integrate USSD services to allow customers to access their accounts and perform transactions using USSD codes.

  • Endpoint: /ussd

  • Request Method: POST

  • Parameters: (Specify required parameters)

4. USSD Collection

Integrate USSD collection services to facilitate payments through USSD channels.

  • Endpoint: /ussd-collection

  • Request Method: POST

  • Parameters: (Specify required parameters)

5. Virtual Account and Instant Settlement

Offer virtual account creation and instant settlement features to your users.

  • Endpoint: /virtual-account

  • Request Method: POST

  • Parameters: (Specify required parameters)

6. Funds Transfer and Payout

Enable funds transfer and payout functionalities within your application.

  • Endpoint: /funds-transfer

  • Request Method: POST

  • Parameters: (Specify required parameters)

7. BVN / NIN and Voters Card Verification

Integrate BVN, NIN, and Voters Card verification services for user identity validation.

  • Endpoint: /verify

  • Request Method: POST

  • Parameters: (Specify required parameters)

8. SMS Integration

Enhance communication with users through SMS integration for notifications and alerts.

  • Endpoint: /send-sms

  • Request Method: POST

  • Parameters: (Specify required parameters)

Example Usage

For each service, we provide example usage scenarios and code snippets using various programming languages. Refer to the specific service's documentation for detailed examples.

Support

If you encounter any issues or have questions during the integration process, please reach out to our support team at support@wirelessbeta.com.


This enhanced integration documentation provides a comprehensive overview of the services available for integration, the base URL, and the steps to get started with integration. It also outlines each service's functionality and includes a section for example usage scenarios. Adjust the details and URLs to match your specific integration requirements.

AUTHORIZATIONBearer Token
Token

<token>

Loading