---
title: "Mobile Commerce"
slug: "mobile-commerce"
updated: 2025-02-19T15:49:48Z
published: 2025-02-19T15:49:48Z
canonical: "docs.apcopay.com/mobile-commerce"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apcopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mobile Commerce

### Supported Transaction Types

- [ ] Authorisation
- [x] Purchase
- [ ] Capture
- [ ] Void
- [ ] Refunds
- [ ] Withdrawals

### Integrations Supported

**Deposit**

- [x] Hosted Payment Page
- [ ] 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](mailto: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

```json
{
  "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 | `BEELINE` | Russian Federation, Kazakhstan | [RUB](https://developers.trxhost.com/en/references/en/currencies/RUB.html), [KZT](https://developers.trxhost.com/en/references/en/currencies/KZT.html) |
| MTS | `MTS` | Russian Federation | [RUB](https://developers.trxhost.com/en/references/en/currencies/RUB.html) |
| Tele2 | `TELE2` | Russian Federation, Kazakhstan | [RUB](https://developers.trxhost.com/en/references/en/currencies/RUB.html), [KZT](https://developers.trxhost.com/en/references/en/currencies/KZT.html) |
| Megafon | `MEGAFON` | Russian Federation | [RUB](https://developers.trxhost.com/en/references/en/currencies/RUB.html) |
| Activ | `ACTIV` | Kazakhstan | [KZT](https://developers.trxhost.com/en/references/en/currencies/KZT.html) |
| Africell | `AFRICELL` | Democratic Republic of the Congo, Ghana, Rwanda, Uganda | [CDF](https://developers.trxhost.com/en/references/en/currencies/CDF.html), [GHS](https://developers.trxhost.com/en/references/en/currencies/GHS.html), [RWF](https://developers.trxhost.com/en/references/en/currencies/RWF.html), [UGX](https://developers.trxhost.com/en/references/en/currencies/UGX.html) |
| Airtel | `AIRTEL` | Democratic Republic of the Congo, Kenya, Rwanda, Uganda, Tanzania, Zambia | [CDF](https://developers.trxhost.com/en/references/en/currencies/CDF.html), [KES](https://developers.trxhost.com/en/references/en/currencies/KES.html), [RWF](https://developers.trxhost.com/en/references/en/currencies/RWF.html), [UGX](https://developers.trxhost.com/en/references/en/currencies/UGX.html), [TZS](https://developers.trxhost.com/en/references/en/currencies/TZS.html), [ZMW](https://developers.trxhost.com/en/references/en/currencies/ZMW.html) |
| AirtelTigo | `AIRTELTIGO` | Ghana | [GHS](https://developers.trxhost.com/en/references/en/currencies/GHS.html) |
| Altel | `ALTEL` | Kazakhstan | [KZT](https://developers.trxhost.com/en/references/en/currencies/KZT.html) |
| Etisalat | `ETISALAT` | Egypt | [EGP](https://developers.trxhost.com/en/references/en/currencies/EGP.html) |
| Equitel | `EQUITEL` | Kenya | [KES](https://developers.trxhost.com/en/references/en/currencies/KES.html) |
| Eumobile | `EUMOBILE` | Kenya | [KES](https://developers.trxhost.com/en/references/en/currencies/KES.html) |
| Expresso | `EXPRESSO` | Senegal | [XOF](https://developers.trxhost.com/en/references/en/currencies/XOF.html) |
| Freemoney | `FREEMONEY` | Senegal | [XOF](https://developers.trxhost.com/en/references/en/currencies/XOF.html) |
| HaloPesa | `HALOPESA` | Tanzania | [TZS](https://developers.trxhost.com/en/references/en/currencies/TZS.html) |
| Kcell | `KCELL` | Kazakhstan | [KZT](https://developers.trxhost.com/en/references/en/currencies/KZT.html) |
| Moov | `MOOV` | Burkina Faso, Côte d'Ivoire, Guinea, Mali | [XAF](https://developers.trxhost.com/en/references/en/currencies/XAF.html), [XOF](https://developers.trxhost.com/en/references/en/currencies/XOF.html) |
| MTN | `MTN` | Cameroon, Côte d'Ivoire, Ghana, Guinea, Rwanda, Uganda, Zambia | [GHS](https://developers.trxhost.com/en/references/en/currencies/GHS.html), [GNF](https://developers.trxhost.com/en/references/en/currencies/GNF.html), [RWF](https://developers.trxhost.com/en/references/en/currencies/RWF.html), [UGX](https://developers.trxhost.com/en/references/en/currencies/UGX.html), [XAF](https://developers.trxhost.com/en/references/en/currencies/XAF.html), [XOF](https://developers.trxhost.com/en/references/en/currencies/XOF.html), [ZMW](https://developers.trxhost.com/en/references/en/currencies/ZMW.html) |
| M-Pesa | `MPESA` | Kenya | [KES](https://developers.trxhost.com/en/references/en/currencies/KES.html) |
| Orange | `ORANGE` | Burkina Faso, Cameroon, Côte d'Ivoire, Democratic Republic of the Congo, Egypt, Guinea, Mali, Senegal | [CDF](https://developers.trxhost.com/en/references/en/currencies/CDF.html), [EGP](https://developers.trxhost.com/en/references/en/currencies/EGP.html), [GNF](https://developers.trxhost.com/en/references/en/currencies/GNF.html), [XAF](https://developers.trxhost.com/en/references/en/currencies/XAF.html), [XOF](https://developers.trxhost.com/en/references/en/currencies/XOF.html) |
| Telecel | `TELECEL` | Ghana | [GHS](https://developers.trxhost.com/en/references/en/currencies/GHS.html) |
| Telkom Kenya | `TELKOM` | Kenya | [KES](https://developers.trxhost.com/en/references/en/currencies/KES.html) |
| Tigo | `TIGO` | Tanzania | [TZS](https://developers.trxhost.com/en/references/en/currencies/TZS.html) |
| Tkash | `TKASH` | Kenya | [KES](https://developers.trxhost.com/en/references/en/currencies/KES.html) |
| Vodacom | `VODACOM` | Democratic Republic of the Congo, Tanzania | [CDF](https://developers.trxhost.com/en/references/en/currencies/CDF.html), [TZS](https://developers.trxhost.com/en/references/en/currencies/TZS.html) |
| Vodafone | `VODAFONE` | Democratic Republic of the Congo, Egypt, Ghana, Tanzania | [CDF](https://developers.trxhost.com/en/references/en/currencies/CDF.html), [EGP](https://developers.trxhost.com/en/references/en/currencies/EGP.html), [GHS](https://developers.trxhost.com/en/references/en/currencies/GHS.html), [TZS](https://developers.trxhost.com/en/references/en/currencies/TZS.html) |
| Wave | `WAVE` | Côte d'Ivoire, Senegal | [XOF](https://developers.trxhost.com/en/references/en/currencies/XOF.html) |
| WePay | `WEPAY` | Egypt | [EGP](https://developers.trxhost.com/en/references/en/currencies/EGP.html) |
| Yoomee | `YOOMEE` | Cameroon | [XAF](https://developers.trxhost.com/en/references/en/currencies/XAF.html) |
| Yota | `YOTA` | Russian Federation | [RUB](https://developers.trxhost.com/en/references/en/currencies/RUB.html) |
| Zamtel | `ZAMTEL` | Zambia | [ZMW](https://developers.trxhost.com/en/references/en/currencies/ZMW.html) |

## Testing Data

  
  

Mobile Number:”233123456789”

Provider: “BEELINE”
