# RemittancePulse Receive Methods Lookup

> RemittancePulse Receive Methods Lookup 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-16).

Returns available money-receive methods (mobile money, cash pickup, bank transfer, local platforms) for a destination country, including which specific banks, networks, and wallets operate there.

## Facts

- Endpoint: GET https://remittancepulse.theaslangroupllc.com/api/remit/receive
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/remittancepulse-receive-methods-lookup-31620734
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pCAUWnPhY-1dF98hSnyci

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-receive-methods-lookup-31620734
```

Example prompt: What are all the ways my family in the Philippines can receive the money I'm sending — mobile wallets, cash pickup spots, and bank transfer options that actually work there?

## When to prefer this

Use this endpoint when you need to know how a recipient can collect money at a specific destination — not how to send it or compare rates. Best when the user wants to understand receive-side infrastructure: which wallets, cash networks, or banks are available in a given country. Complements the send-corridor and FX-rate endpoints on the same platform.

## Known failure modes

- Unsupported destination country — no data available for that market
- Missing required country parameter — returns 400 or validation error
- Country code not recognized — invalid ISO code returns error
- No receive methods found for a given method type in a country
- Service unavailable or payment not processed — 402 or 5xx error

## How this service works

How to receive money in a country: mobile money, cash pickup, bank transfer, and local-platform options at the destination. Best way to collect a remittance, which banks and cash-pickup networks and mobile wallets actually operate there, by destination country and receive method. Worldwide.

## Output

A structured list of receive methods available in the specified destination country, broken down by type (mobile money, cash pickup, bank transfer, local platforms), with the specific operators, banks, networks, and wallets that are active and available at that destination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "method": {
   "type": "string",
   "description": "bank | cash | mobile | wallet — or omit for all methods"
  },
  "country": {
   "type": "string",
   "description": "country"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/remittancepulse-receive-methods-lookup-31620734/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)
