POST
/v1/integrations/stripe/{familyId}/setup-intents
curl \
--request POST 'https://localhost/v1/integrations/stripe/fml_123123123123/setup-intents'
Response examples (200)
{
"id": "seti_123123123123",
"clientSecret": "seti_123123123123_secret_xxx",
"customerId": "cus_123123123123",
"createdAt": "2024-06-12T09:39:49.000000Z",
"status": "canceled",
"paymentMethodTypes": [
"string"
]
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}