> ## 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_intents_retrieve

> Retrieve a single PaymentIntent by ID.

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

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

result = await stripe.payment_intents_retrieve.ainvoke({"paymentIntent": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                                 | Type     | Description                                                 |
  | --------------------------------------------------------------------- | -------- | ----------------------------------------------------------- |
  | `paymentIntent` <span className="required" title="required">\*</span> | `string` | The identifier of the PaymentIntent, e.g. 'pi\_3MtwBw\...'. |
</div>
