Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.31 KB

File metadata and controls

15 lines (10 loc) · 1.31 KB

PaymentIntent

Properties

Name Type Description Notes
id String Id of payment intent [optional]
description String An arbitrary string attached to the object. Often useful for displaying to users. [optional]
currency String Three-letter <a href=&quot;https://www.iso.org/iso-4217-currency-codes.html\&quot;&gt;ISO currency code</a>, in lowercase. Must be a <a href=&quot;https://stripe.com/docs/currencies\&quot;&gt;supported currency</a>. [optional]
status String Status of this PaymentIntent, one of requires_payment_method, requires_confirmation, requires_action, processing, requires_capture, canceled, or succeeded. Read more about each PaymentIntent <a href=&quot;https://stripe.com/docs/payments/intents#intent-statuses\&quot;&gt;status&lt;/a>. One of: canceled, processing, requires_action, requires_capture, requires_confirmation, requires_payment_method, or succeeded. [optional]
created OffsetDateTime Time at which the object was created. Measured in seconds since the Unix epoch. [optional]
lastPaymentError LastPaymentError Failed payment intent Errors [optional]