Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.48 KB

File metadata and controls

15 lines (11 loc) · 1.48 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 \DateTime Time at which the object was created. Measured in seconds since the Unix epoch. [optional]
last_payment_error \Flipdish\Client\Models\LastPaymentError Failed payment intent Errors [optional]

[Back to Model list] [Back to API list] [Back to README]