Mobile Commerce
  • 19 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Mobile Commerce

  • Dark
    Light

Article summary

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

BEELINE

Russian Federation, Kazakhstan

RUB, KZT

MTS

MTS

Russian Federation

RUB

Tele2

TELE2

Russian Federation, Kazakhstan

RUB, KZT

Megafon

MEGAFON

Russian Federation

RUB

Activ

ACTIV

Kazakhstan

KZT

Africell

AFRICELL

Democratic Republic of the Congo, Ghana, Rwanda, Uganda

CDF, GHS, RWF, UGX

Airtel

AIRTEL

Democratic Republic of the Congo, Kenya, Rwanda, Uganda, Tanzania, Zambia

CDF, KES, RWF, UGX, TZS, ZMW

AirtelTigo

AIRTELTIGO

Ghana

GHS

Altel

ALTEL

Kazakhstan

KZT

Etisalat

ETISALAT

Egypt

EGP

Equitel

EQUITEL

Kenya

KES

Eumobile

EUMOBILE

Kenya

KES

Expresso

EXPRESSO

Senegal

XOF

Freemoney

FREEMONEY

Senegal

XOF

HaloPesa

HALOPESA

Tanzania

TZS

Kcell

KCELL

Kazakhstan

KZT

Moov

MOOV

Burkina Faso, Côte d'Ivoire, Guinea, Mali

XAF, XOF

MTN

MTN

Cameroon, Côte d'Ivoire, Ghana, Guinea, Rwanda, Uganda, Zambia

GHS, GNF, RWF, UGX, XAF, XOF, ZMW

M-Pesa

MPESA

Kenya

KES

Orange

ORANGE

Burkina Faso, Cameroon, Côte d'Ivoire, Democratic Republic of the Congo, Egypt, Guinea, Mali, Senegal

CDF, EGP, GNF, XAF, XOF

Telecel

TELECEL

Ghana

GHS

Telkom Kenya

TELKOM

Kenya

KES

Tigo

TIGO

Tanzania

TZS

Tkash

TKASH

Kenya

KES

Vodacom

VODACOM

Democratic Republic of the Congo, Tanzania

CDF, TZS

Vodafone

VODAFONE

Democratic Republic of the Congo, Egypt, Ghana, Tanzania

CDF, EGP, GHS, TZS

Wave

WAVE

Côte d'Ivoire, Senegal

XOF

WePay

WEPAY

Egypt

EGP

Yoomee

YOOMEE

Cameroon

XAF

Yota

YOTA

Russian Federation

RUB

Zamtel

ZAMTEL

Zambia

ZMW

Testing Data



Mobile Number:”233123456789”

Provider: “BEELINE”


Was this article helpful?