---
title: "스트라이프 주문 확인"
method: POST
path: "/api/v1/order/stripe/confirm"
tags: ["Order"]
---

# 스트라이프 주문 확인

`POST /api/v1/order/stripe/confirm`

## Request body

- StripeConfirmOrderWebRequest
  - `payment_intent` string

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `924` — UNSUPPORTED_CURRENCY

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/revisions/662edcbbf2b3/schema)
