---
title: "Get list of all supported mobile money codes."
method: GET
path: "/v0.2.4/info/mobile-money-codes"
tags: ["Info"]
---

# Get list of all supported mobile money codes.

`GET /v0.2.4/info/mobile-money-codes`

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message indicating the result of the operation.
  - `data` object[] — List of supported mobile money codes.
    - `name` string — Name of the mobile money service.
    - `country` string — Country where the mobile money service is supported.
    - `code` string — Mobile money code.
    - `provider` string — Mobile money provider.

## Other responses

- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
