# RemittancePulse Mobile Money Wallet Guide

> RemittancePulse Mobile Money Wallet Guide is a paid API for AI agents from remittancepulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns a guide to mobile money wallets (M-Pesa, GCash, bKash, MTN MoMo, Airtel Money, Wave) by country or region, covering how to send/receive remittances and cash-out options.

## Facts

- Endpoint: GET https://remittancepulse.theaslangroupllc.com/api/remit/mobile
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/remittancepulse-mobile-money-wallet-guide-a46aa808
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iWWUtdXD-Kdlw2syP2jxk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability remittancepulse-mobile-money-wallet-guide-a46aa808
```

Example prompt: Can you look up which mobile money wallets I can use to receive a remittance in the Philippines — specifically how to receive into GCash and what cash-out options are available?

## When to prefer this

Use this endpoint when you need guidance on mobile money wallet options for a specific African or Asian country — particularly for M-Pesa, GCash, bKash, MTN MoMo, Airtel Money, or Wave. Prefer this over general remittance comparison endpoints when the user specifically wants to understand mobile wallet receive/cash-out mechanics rather than fee comparisons or exchange rates.

## Known failure modes

- Country or region not supported — no mobile money data available for that location
- Platform name not recognized — returns empty or null platform details
- Service unavailable — HTTP 503 if upstream content is down
- Invalid query parameter — 400 error if country/region code is malformed

## How this service works

Mobile money wallet guide: send and receive remittances via M-Pesa, GCash, bKash, MTN MoMo, Airtel Money, and Wave by country or region. How to send money to a mobile wallet, which platforms operate where, how to receive into each, and cash-out options. Worldwide, Africa and Asia focus.

## Output

A structured guide detailing which mobile money platforms (M-Pesa, GCash, bKash, MTN MoMo, Airtel Money, Wave) are available in the queried country or region, with instructions on how to send money to those wallets, how recipients can receive funds into each platform, and available cash-out methods.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "region": {
   "type": "string",
   "description": "East Africa | West Africa | South Asia | Southeast Asia | Latin America | Middle East"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "platform": {
   "type": "string",
   "description": "Specific platform — e.g. M-Pesa, GCash, bKash"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/remittancepulse-mobile-money-wallet-guide-a46aa808/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from remittancepulse.theaslangroupllc.com](https://www.zero.xyz/host/remittancepulse.theaslangroupllc.com/llms.txt)
