create_payment_intent
Initiate a payment intent to process a charge, specifying amount and currency, with options for customer, metadata, and receipt email.
Instructions
Create a payment intent for processing payments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in cents | |
| currency | Yes | Currency code (e.g., usd) | |
| customer | No | Customer ID | |
| metadata | No | Additional metadata | |
| description | No | Description of the payment | |
| receipt_email | No | Email for receipt |