AirtelTigo (AT) Mobile Money
Configure and manage AirtelTigo (AT) Mobile Money payment method
AirtelTigo Mobile Money
AirtelTigo Mobile Money is a widely used mobile financial service that allows customers to perform financial transactions using their mobile phones. With AirtelTigo Mobile Money, businesses can offer a convenient and secure payment option to their customers, enabling real-time money transfers, payments, and more.
Introduction
AirtelTigo Mobile Money is an essential payment method for businesses targeting markets in Ghana where mobile money services are prevalent. Integrating AirtelTigo Mobile Money with PayOS allows you to accept payments, initiate transfers, and manage financial transactions efficiently. This guide provides a comprehensive overview of how to integrate AirtelTigo Mobile Money into your application or website using PayOS.
Pre-requisites
Before accepting AirtelTigo Mobile Money payments through PayOS, ensure you meet the following requirements:
-
PayOS Integration:
You have integrated with PayOS, either using our hosted checkout, SDK, or server-to-server API. -
Payment Processor Configuration:
You have set up an integration account for AirtelTigo Mobile Money with supported Payment Service Providers (PSPs) in PayOS. Currently, AirtelTigo Mobile Money is supported through PSPs such as Pawapay. Ensure that the commercial relationships with these PSPs are in place or can be utilized through PayOS. -
Enable AirtelTigo Mobile Money:
You have enabled AirtelTigo Mobile Money as a payment option in your PayOS configuration through the PayOS Portal. -
Meta Fields Setup:
If AirtelTigo Mobile Money requires specific meta fields (such as mobile number or consent details), ensure these fields are correctly configured underMerchant configurations -> Meta fields
on your PayOS dashboard and included in your requests.
Ways to Integrate AirtelTigo Mobile Money with PayOS
PayOS supports multiple integration methods for offering AirtelTigo Mobile Money at checkout:
-
PayOS Hosted Checkout
Using PayOS’s hosted checkout is the simplest way to accept AirtelTigo Mobile Money payments. With this option:- Minimal development is required on your end.
- PayOS automatically displays the AirtelTigo Mobile Money payment method during checkout.
- You can control the payment methods offered through the session creation API call, specifying AirtelTigo Mobile Money as a restricted method if desired.
-
PayOS SDK
If you prefer more control over your checkout experience, you can integrate with the PayOS SDK:- The SDK provides UI components to include AirtelTigo Mobile Money as a payment method seamlessly.
- It simplifies capturing any required inputs (like mobile number) and initiating transactions without extensive server-side coding.
- Consult the PayOS SDK documentation for detailed steps on integrating AirtelTigo Mobile Money.
-
Server-to-Server Integration
For complete control over your payment process and checkout flow, you can integrate AirtelTigo Mobile Money using PayOS’s server-to-server APIs:- This approach offers greater flexibility in implementing the payment flow and handling customer data.
- You will be responsible for capturing necessary inputs (e.g., mobile number) and forwarding them to PayOS securely.
Let’s explore the server-to-server approach in more detail.
Retrieving Available Payment Methods
Using the PayOS API, you can retrieve a list of available payment methods for a given checkout session by calling the GET /v1/payment/available-methods
endpoint with a sessionId
. For AirtelTigo Mobile Money, the method type is typically returned as mobileMoneyAirtelTigo
.
Request:
Response:
In this response:
- The AirtelTigo Mobile Money payment method is listed with
"type": "mobileMoneyAirtelTigo"
. - The
requiredInput
field indicates that the customer must provide details such as their mobile number and select their mobile money provider.
Creating a Checkout Session
To create a checkout session that includes AirtelTigo Mobile Money as a payment option, make a POST request to the /v1/checkout/session
endpoint.
Response:
In this example:
- The
sessionId
in the response references this specific checkout session, which can be used to retrieve available methods, complete the payment, or make further adjustments before checkout completion.
Handling the Payment
After creating a session, your application can direct customers to the paymentLink
if using the hosted checkout. If you’re using the PayOS SDK or a server-to-server integration, you’ll use the session details to process the AirtelTigo Mobile Money payment. This involves:
-
Initiating AirtelTigo Mobile Money Payments:
Follow these steps to initiate an AirtelTigo Mobile Money payment:-
Collect the Required Details:
Gather the customer’s mobile number and any other necessary information. -
Send the Payment Request:
Send aPOST /merchant/v2/payments/
request to the Wallet Platform with the required information. -
Handle the Approval Process:
Inform the customer to approve the payment using their AirtelTigo Mobile Money client (e.g., mobile app or USSD).
-
-
Verifying Payment Status:
You can verify the status of the payment in several ways:- Polling: Use the transfer status endpoint to check the payment status.
- Webhooks: If you have webhooks enabled, monitor the payment status through webhook notifications.
- Callback URLs: For payments with
callback_id
, PayOS will send the payment details and status to the specified callback URL.
Supported Regions / Countries
AirtelTigo Mobile Money through PayOS is supported in GHA Ghana using GHS Ghana Cedi.
Supported Workflows and Services
The following table outlines the workflows and services supported when using AirtelTigo Mobile Money with PayOS:
Ensuring a Seamless and Secure Payment Experience
To optimize your integration and ensure customer satisfaction, consider the following best practices:
-
Prioritize Security and Compliance:
Protecting customer data is paramount. PayOS adheres to PCI DSS standards and other relevant regulations. Ensure you also follow any additional region-specific compliance requirements, especially when handling sensitive financial information across different countries. -
Focus on a Smooth User Experience:
Present payment methods clearly and intuitively. When customers reach the checkout stage, they should easily recognize and trust the payment options available. For example, highlight local payment methods prominently in regions where they are popular. -
Monitor Performance and Reliability:
Keep an eye on transaction success rates and processing times. PayOS’s dashboard provides insights into each payment method’s performance, enabling you to resolve any latency or downtime issues quickly to maintain customer trust. -
Scale with Your Business Growth:
As your business expands, your payment needs may evolve. PayOS’s flexible infrastructure makes it easy to add new payment methods, integrate with additional PSPs, or adjust your configurations to handle increased transaction volumes without compromising performance.
Additional Resources and Next Steps
With PayOS, managing and enabling diverse payment methods becomes more efficient and manageable. For detailed integration instructions, coding examples, and advanced customization options, explore these resources:
-
PayOS API Documentation
Dive deeper into PayOS’s API endpoints and discover how to implement server-to-server integrations, handle advanced payment flows, and manage transactions programmatically. -
Integration Guides
Review step-by-step guides for integrating PayOS’s SDKs or connecting to popular PSPs, ensuring a smooth setup experience regardless of your technical background or business model.
By configuring AirtelTigo Mobile Money with PayOS, you can offer your customers a streamlined and secure mobile money payment experience tailored to their preferences and regional payment norms. Continuously refine your payment configurations and leverage PayOS’s robust features to stay agile in an ever-evolving e-commerce landscape.