# Palmyr Prepaid Card Retrieval

> Palmyr Prepaid Card Retrieval is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves full prepaid card details (card number, CVV, expiry, balance) for a card you own, verified via $0.01 ownership proof.

## Facts

- Endpoint: GET https://palmyr.ai/cards/:id
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-prepaid-card-retrieval-859ca262
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mHTFR8H3aQ2kBYGpJRT8n

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 palmyr-prepaid-card-retrieval-859ca262
```

Example prompt: Can you pull up the full details for my Palmyr prepaid card with ID abc123 — I need the card number, CVV, expiry, and current balance so I can use it online.

## When to prefer this

Use this endpoint when an agent needs to retrieve full prepaid card credentials (number, CVV, expiry, balance) for a card it owns on the Palmyr platform. This is the only endpoint for securely fetching card details with ownership verification via micropayment. Prefer this over manual card management when automating payments or retrieving card info programmatically.

## Known failure modes

- Card ID not found — returns 404 if the specified card does not exist
- Ownership verification failure — returns 401/403 if the $0.01 ownership proof payment cannot be verified
- Insufficient funds for verification — payment of $0.01 USDC cannot be processed
- Card expired or deactivated — card exists but is no longer active
- Invalid card ID format — malformed ID parameter returns 400

## How this service works

Retrieve a prepaid card you own: full card number, CVV, expiry, balance. Owner-verified ($0.01 ownership proof).

## Output

Returns the full prepaid card details including card number, CVV, expiry date, and current balance for the specified card, after ownership is verified via a $0.01 micropayment.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-prepaid-card-retrieval-859ca262/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
