
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Charges in Stripe API
Charges Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Amount | amount | integer | Amount intended to be collected by this payment. 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 Captured | amount_captured | integer | Amount in cents (or local equivalent) captured (can be less than the amount attribute on the charge if a partial capture was made). |
Amount Refunded | amount_refunded | integer | Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the charge if a partial refund was issued). |
Application | application | ||
Application Fee | application_fee |