get_payment_intent
Retrieve details for a specific Stripe PaymentIntent, including status, amount, and errors. Use this to check transaction status.
Instructions
Retrieves details for a specific Stripe PaymentIntent, including status, amount, and any errors. Use this to check the status of a specific transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the PaymentIntent to retrieve (e.g., 'pi_123'). |