SetupIntent

creationDate
string <date-time>

The date and time the setup intent was created in UTC format.

customerId
string <uuid>

The unique identifier for the customer record.

externalReferenceId
string

The unique identifier for the setup intent generated by the location or the integration partner.

id
string <uuid>

The identifier of the setup intent.

mandateId
string <uuid>

The unique identifier for the mandate associated with the setup intent.

paymentMethodTypes
Array of arrays

List of payment method types enabled for the setup intent.

sessionSecret
string

A unique and randomized identifier for the setup intent.

{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
  • "sessionSecret": "string",
  • "externalReferenceId": "string",
  • "mandateId": "d4dbf0da-b5aa-43ae-b9db-c2aff331d3ad",
  • "paymentMethodTypes": [ ],
  • "creationDate": "2023-07-07T14:01:27Z"
}