You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details on the account's acceptance of the [Stripe Services Agreement](https://stripe.com/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts.
1269
+
Details on the account's acceptance of the [Stripe Services Agreement](https://stripe.com/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts. This property defaults to a `full` service agreement when empty.
Details on the account's acceptance of the [Stripe Services Agreement](https://stripe.com/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts.
104
+
Details on the account's acceptance of the [Stripe Services Agreement](https://stripe.com/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts. This property defaults to a `full` service agreement when empty.
Details on the account's acceptance of the [Stripe Services Agreement](https://stripe.com/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts.
1710
+
Details on the account's acceptance of the [Stripe Services Agreement](https://stripe.com/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts. This property defaults to a `full` service agreement when empty.
Copy file name to clipboardExpand all lines: stripe/_confirmation_token.py
+182Lines changed: 182 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,183 @@ class Checks(StripeObject):
196
196
If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.
197
197
"""
198
198
199
+
classGeneratedFrom(StripeObject):
200
+
classPaymentMethodDetails(StripeObject):
201
+
classCardPresent(StripeObject):
202
+
classOffline(StripeObject):
203
+
stored_at: Optional[int]
204
+
"""
205
+
Time at which the payment was collected while offline
206
+
"""
207
+
208
+
classReceipt(StripeObject):
209
+
account_type: Optional[
210
+
Literal[
211
+
"checking", "credit", "prepaid", "unknown"
212
+
]
213
+
]
214
+
"""
215
+
The type of account being debited or credited
216
+
"""
217
+
application_cryptogram: Optional[str]
218
+
"""
219
+
EMV tag 9F26, cryptogram generated by the integrated circuit chip.
220
+
"""
221
+
application_preferred_name: Optional[str]
222
+
"""
223
+
Mnenomic of the Application Identifier.
224
+
"""
225
+
authorization_code: Optional[str]
226
+
"""
227
+
Identifier for this transaction.
228
+
"""
229
+
authorization_response_code: Optional[str]
230
+
"""
231
+
EMV tag 8A. A code returned by the card issuer.
232
+
"""
233
+
cardholder_verification_method: Optional[str]
234
+
"""
235
+
Describes the method used by the cardholder to verify ownership of the card. One of the following: `approval`, `failure`, `none`, `offline_pin`, `offline_pin_and_signature`, `online_pin`, or `signature`.
236
+
"""
237
+
dedicated_file_name: Optional[str]
238
+
"""
239
+
EMV tag 84. Similar to the application identifier stored on the integrated circuit chip.
240
+
"""
241
+
terminal_verification_results: Optional[str]
242
+
"""
243
+
The outcome of a series of EMV functions performed by the card reader.
244
+
"""
245
+
transaction_status_information: Optional[str]
246
+
"""
247
+
An indication of various EMV functions performed during the transaction.
248
+
"""
249
+
250
+
amount_authorized: Optional[int]
251
+
"""
252
+
The authorized amount
253
+
"""
254
+
brand: Optional[str]
255
+
"""
256
+
Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.
257
+
"""
258
+
capture_before: Optional[int]
259
+
"""
260
+
When using manual capture, a future timestamp after which the charge will be automatically refunded if uncaptured.
261
+
"""
262
+
cardholder_name: Optional[str]
263
+
"""
264
+
The cardholder name as read from the card, in [ISO 7813](https://en.wikipedia.org/wiki/ISO/IEC_7813) format. May include alphanumeric characters, special characters and first/last name separator (`/`). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments, such as those made with Apple Pay and Google Pay.
265
+
"""
266
+
country: Optional[str]
267
+
"""
268
+
Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
269
+
"""
270
+
description: Optional[str]
271
+
"""
272
+
A high-level description of the type of cards issued in this range. (For internal use only and not typically available in standard API requests.)
273
+
"""
274
+
emv_auth_data: Optional[str]
275
+
"""
276
+
Authorization response cryptogram.
277
+
"""
278
+
exp_month: int
279
+
"""
280
+
Two-digit number representing the card's expiration month.
281
+
"""
282
+
exp_year: int
283
+
"""
284
+
Four-digit number representing the card's expiration year.
285
+
"""
286
+
fingerprint: Optional[str]
287
+
"""
288
+
Uniquely identifies this particular card number. You can use this attribute to check whether two customers who've signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.
289
+
290
+
*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*
291
+
"""
292
+
funding: Optional[str]
293
+
"""
294
+
Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.
295
+
"""
296
+
generated_card: Optional[str]
297
+
"""
298
+
ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.
299
+
"""
300
+
iin: Optional[str]
301
+
"""
302
+
Issuer identification number of the card. (For internal use only and not typically available in standard API requests.)
303
+
"""
304
+
incremental_authorization_supported: bool
305
+
"""
306
+
Whether this [PaymentIntent](https://stripe.com/docs/api/payment_intents) is eligible for incremental authorizations. Request support using [request_incremental_authorization_support](https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-card_present-request_incremental_authorization_support).
307
+
"""
308
+
issuer: Optional[str]
309
+
"""
310
+
The name of the card's issuing bank. (For internal use only and not typically available in standard API requests.)
311
+
"""
312
+
last4: Optional[str]
313
+
"""
314
+
The last four digits of the card.
315
+
"""
316
+
network: Optional[str]
317
+
"""
318
+
Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.
319
+
"""
320
+
offline: Optional[Offline]
321
+
"""
322
+
Details about payments collected offline.
323
+
"""
324
+
overcapture_supported: bool
325
+
"""
326
+
Defines whether the authorized amount can be over-captured or not
327
+
"""
328
+
preferred_locales: Optional[List[str]]
329
+
"""
330
+
EMV tag 5F2D. Preferred languages specified by the integrated circuit chip.
331
+
"""
332
+
read_method: Optional[
333
+
Literal[
334
+
"contact_emv",
335
+
"contactless_emv",
336
+
"contactless_magstripe_mode",
337
+
"magnetic_stripe_fallback",
338
+
"magnetic_stripe_track2",
339
+
]
340
+
]
341
+
"""
342
+
How card details were read in this transaction.
343
+
"""
344
+
receipt: Optional[Receipt]
345
+
"""
346
+
A collection of fields required to be displayed on receipts. Only required for EMV transactions.
347
+
"""
348
+
_inner_class_types= {
349
+
"offline": Offline,
350
+
"receipt": Receipt,
351
+
}
352
+
353
+
card_present: Optional[CardPresent]
354
+
type: str
355
+
"""
356
+
The type of payment method transaction-specific details from the transaction that generated this `card` payment method. Always `card_present`.
0 commit comments