- 19 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Mobile Commerce
- Updated on 19 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Supported Transaction Types
Authorisation
Purchase
Capture
Void
Refunds
Withdrawals
Integrations Supported
Direct Connect
Currencies & Countries Supported
Title | Description |
---|---|
Currencies Supported | See the supported providers below |
Countries Supported |
Additional attributes to process Mobile Commerce via Monetix
You must include the following JSON Attributes to the payload. These attributes inform us to proceed with the redirection to finalise the payment process.
Description | Hosted Payment Page |
---|---|
Force Transaction Routing | “Routing”:{ "ForcePayment": "MONETIX” } |
Client Details | "Client": { "FirstName": "Joe", "LastName": "Borg", "Street": "12 Church street", "City": "Valletta", "Email": "TestEmail@Email.com", "ClientAccount": "testing", "IPAddress":"1.1.1.1", "MobileNo":"7714225214" } |
Payment Method Data | "PaymentMethodData": { "PaymentMethod": "MOBILECOMMERCE", "Provider": "BEELINE", }, |
Test Indicator (required in Sandbox Environment only) | "isTest”: true |
Sample request below
{
"TransactionType": "PURC",
"Amount": 100.00,
"Currency": "KZT",
"OrderReference": "Monetix test",
"UniqueReference": "4b8da4f0-d3b4-44ae-8019-8c66905ffad7",
"RedirectionURL": "https://www.yourURLhere.com/technicalsupporttool-fe/Redirect/",
"CallBackURL": "https://www.yourURLhere.com/technicalsupporttool-fe/Listener",
"Routing": {
"ForcePayment": "MONETIX"
},
"IsTest": true,
"Client": {
"FirstName": "Joe",
"LastName": "Borg",
"City": "TestCity",
"Street": "13 Church Street",
"Email": "TestEmail@Email.com",
"ClientAccount": "testing",
"IPAddress": "1.1.1.1",
"MobileNo":"7714225214"
},
"PaymentMethodData": {
"PaymentMethod": "MOBILECOMMERCE",
"Provider":"BEELINE"
}
}
List of available mobile operators. Use the ‘Provider’ attribute to specify the required operator.
Mobile operator | Identifier | Countries | Currencies |
---|---|---|---|
Beeline |
| Russian Federation, Kazakhstan | |
MTS |
| Russian Federation | |
Tele2 |
| Russian Federation, Kazakhstan | |
Megafon |
| Russian Federation | |
Activ |
| Kazakhstan | |
Africell |
| Democratic Republic of the Congo, Ghana, Rwanda, Uganda | |
Airtel |
| Democratic Republic of the Congo, Kenya, Rwanda, Uganda, Tanzania, Zambia | |
AirtelTigo |
| Ghana | |
Altel |
| Kazakhstan | |
Etisalat |
| Egypt | |
Equitel |
| Kenya | |
Eumobile |
| Kenya | |
Expresso |
| Senegal | |
Freemoney |
| Senegal | |
HaloPesa |
| Tanzania | |
Kcell |
| Kazakhstan | |
Moov |
| Burkina Faso, Côte d'Ivoire, Guinea, Mali | |
MTN |
| Cameroon, Côte d'Ivoire, Ghana, Guinea, Rwanda, Uganda, Zambia | |
M-Pesa |
| Kenya | |
Orange |
| Burkina Faso, Cameroon, Côte d'Ivoire, Democratic Republic of the Congo, Egypt, Guinea, Mali, Senegal | |
Telecel |
| Ghana | |
Telkom Kenya |
| Kenya | |
Tigo |
| Tanzania | |
Tkash |
| Kenya | |
Vodacom |
| Democratic Republic of the Congo, Tanzania | |
Vodafone |
| Democratic Republic of the Congo, Egypt, Ghana, Tanzania | |
Wave |
| Côte d'Ivoire, Senegal | |
WePay |
| Egypt | |
Yoomee |
| Cameroon | |
Yota |
| Russian Federation | |
Zamtel |
| Zambia |
Testing Data
Mobile Number:”233123456789”
Provider: “BEELINE”