Int'l Payout & Collection
  • Start your global payment here
  • Partner & Merchant Onboarding
  • Getting Started for Partner
    • Partner Onboarding Endpoints
    • IP Capture & Whitelisting
    • Regenerate Partners Pub/Priv Keys
  • Getting Started for Merchant
  • Collection
    • Digital Signatures
    • Collection (MOMO)
    • Collection (Virtual Account-NGN )**
    • Fetch Order
    • Assigning Virtual Accounts
      • Get Available Assignable Virtual Account
      • Check if specific account is available for use
      • Create Order- using Available Virtual Account from your Account Pool
    • Cancel Order
    • Get Mobile Money Providers
  • Payout
    • Account verification
    • Payout
    • Payout Status
    • Crypto Withdrawal
    • Bank & Bank Codes
  • Transaction History
    • Get Transaction Records
Powered by GitBook
On this page
  • Mobile Money Providers
  • Get the available mobile money operators of a country
  1. Collection

Get Mobile Money Providers

This is to get mobile money providers of each country

Mobile Money Providers

Get the available mobile money operators of a country

GET https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/MobileMoney/

Headers

Name
Type
Description

Content-Type

String

application/json

{
    "ghana": {
        "Country": "Ghana",
        "list": [
            {
                "name": "MTN",
                "code": "MTN"
            },
            {
                "name": "Vodacom",
                "code": "VOD"
            },
            {
                "name": "Airtel Money",
                "code": "ATM"
            }
        ]
    },
    "kenya": {
        "Country": "Kenya",
        "list": [
            {
                "name": "MPESA (Safaricom)",
                "code": "MPESA"
            }
        ]
    },
    "uganda": {
        "Country": "Uganda",
        "list": [
            {
                "name": "MTN",
                "code": "MTN"
            },
            {
                "name": "Airtel Money",
                "code": "ATM"
            },
            {
                "name": "Warid Pesa",
                "code": "WARID"
            },
            {
                "name": "Orange money",
                "code": "ORANGE"
            }
        ]
    }
}
PreviousCancel OrderNextPayout

Last updated 1 year ago