> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# list_payment_methods

> List the saved payment methods used to fund new cards.

Lists the payment methods saved for funding card creation. Use it to find a `payment_method_id` before calling [set\_default\_payment\_method](/companies/mcp/tools/set_default_payment_method) or [remove\_payment\_method](/companies/mcp/tools/remove_payment_method).

## Parameters

This tool takes no parameters.

## Returns

Each saved payment method with its ID, brand, last 4 digits, and expiry, plus a `count` and the ID of the default method. The default marker is looked up on a best-effort basis, so the list still comes back even if the marker is unavailable. If nothing is saved yet, it returns `status: "no_payment_method"` and points you to [setup\_payment\_method](/companies/mcp/tools/setup_payment_method).

## Example

```json theme={null}
{ "name": "list_payment_methods", "arguments": {} }
```
