Retrieves the setup intent with the given ID.
Use a Bearer token to access this API.
"obj_01EXAMPLE00000000000000000"
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
10
Number of objects to skip before returning results.
0
Filter by customer ID.
"obj_01EXAMPLE00000000000000000"
A cursor for use in pagination. starting_after is a setup intent ID that defines your place in the list. For instance, if you make a list request and receive 20 setup intents, ending with fsi_xyz, your subsequent call can include starting_after=fsi_xyz to fetch the next page.
"obj_01EXAMPLE00000000000000000"
A cursor for use in pagination. ending_before is a setup intent ID that defines your place in the list. For instance, if you make a list request and receive 20 setup intents, starting with fsi_abc, your subsequent call can include ending_before=fsi_abc to fetch the previous page.
"obj_01EXAMPLE00000000000000000"
Comma-separated list of fields to expand (e.g., "subscription").
""
Success
SetupIntent response with expandable subscription (for GET endpoint)
The unique identifier for the object.
"obj_01EXAMPLE00000000000000000"
The ID of the Partner associated with this SetupIntent
"obj_01EXAMPLE00000000000000000"
Time at which the object was created. ISO 8601 format.
"2024-01-01T00:00:00Z"
Whether or not the setup intent is in test mode.
false
Status of the SetupIntent. One of requires_payment_method, requires_confirmation, requires_action, processing, succeeded, or canceled.
requires_payment_method, requires_confirmation, requires_action, processing, succeeded, canceled "requires_payment_method"
Indicates how the payment method is intended to be used in the future.
off_session, on_session "off_session"
The subscription this SetupIntent is associated with (expandable).
"string"
The ID of the Customer this SetupIntent belongs to.
"string"
An arbitrary string attached to the setup intent.
"string"
Payment method used with this SetupIntent.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
{}
The ID of the Subscription this SetupIntent is associated with (for payment method updates).
"obj_01EXAMPLE00000000000000000"