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

# payment_methods_retrieve

> Retrieve a payment method by ID.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.stripe.com/v1/payment_methods/{paymentMethod}"}</code></div>

```python stripe_payment_methods_retrieve.py theme={null}
from charter.packs import stripe

result = await stripe.payment_methods_retrieve.ainvoke({"paymentMethod": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                                 | Type     | Description                   |
  | --------------------------------------------------------------------- | -------- | ----------------------------- |
  | `paymentMethod` <span className="required" title="required">\*</span> | `string` | The ID of the payment method. |
</div>
