To get the details of a setup intent or to check if a setup intent
was successfully created, send a GET request to the
v1/setup-intents/{id}
endpoint of the setup intents API. Include the setupIntentId
in the request path.
Example response body
{
"id": "4b30480b-848c-4667-ae68-045304a6edc9",
"customerId": "611c1e47-8ba3-457b-8879-196da2c427ff",
"sessionSecret": "SI_1fdd6e15847148538862b755a23816d2_SECRET_1234abw125",
"paymentMethodId": null,
"status": "REQUIRES_PAYMENT_METHOD",
"usage": "ON_SESSION",
"creationDate": "2024-03-26T16:17:27Z"
"standingInstructionType": null,
"mandateId": null
}