
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Payment Intents in Stripe API
Payment Intents Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Amount | amount | integer | Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99). |
Amount Capturable | amount_capturable | integer | Amount that can be captured from this PaymentIntent. |
PaymentFlowsAmountDetails | amount_details | object | |
Amount Received | amount_received | integer | Amount that this PaymentIntent collects. |
Application | application |