---
title: "Confirm Setup Intent"
method: POST
path: "/dropship/setup-intent/confirm"
tags: ["dropship"]
---

# Confirm Setup Intent

`POST /dropship/setup-intent/confirm`

Stores the payment method after the client confirms the SetupIntent.

## Request body

- DropshipSetupIntentConfirmRequest
  - `setup_intent_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
