PaginatedPaymentIntentList
- countType: integer
Integer numbers.
- nextType: string Format: urinullable
- previousType: string Format: urinullable
- resultsType: array object[] · PaymentIntent[]
- addendaType: stringread-onlyrequired
- balanceType: string Format: decimal
_paid required - canceledType: string | null Format: date-time
_at read-onlyrequiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- checkoutType: string | null
_url read-onlyrequiredGuest checkout URL for contactless payment intents only (contact is null). Omitted on list and webhook payloads. Invoices with a contact use the authenticated partner checkout path instead.
- contactType: object · Contactnullablerequired
- createdType: string Format: date-time
_at read-onlyrequiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- directionType: integer enumrequired
0: Inbound,1: Outboundvalues- 0
- 1
- dueType: string | null Format: date
_date read-onlyrequiredfull-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- memoType: string | nullread-onlyrequired
- noteType: string | nullread-onlyrequired
- paidType: string | null Format: date-time
_at read-onlyrequiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- pendingType: string | null Format: date-time
_at read-onlyrequiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- statusType: stringread-onlyrequired
- totalType: string Format: decimalread-onlyrequired
- transactionsType: array object[] · PaymentIntentTransaction[]required
List of transactions associated with this payment intent. Only populated on retrieve, not on list or webhook payloads.
- uidType: string Format: uuidread-onlyrequired

