---
title: "비 인증 결제(일회성) API"
method: POST
path: "/subscribe/payments/onetime"
tags: ["subscribe"]
---

# 비 인증 결제(일회성) API

`POST /subscribe/payments/onetime`

구매자로부터 별도의 인증과정을 거치지 않고, 카드정보만으로 결제를 진행하는 API입니다.<br><br>빌링키 저장 시, buyer_email, buyer_name 등의 정보는 customer 부가정보인 customer_email, customer_name 등으로 함께 저장됩니다. <br>빌링키 발급 API참조

## Response `200`

정상 결제

- PaymentResponse — unresolved $ref

## Other responses

- `401` — 인증 Token이 전달되지 않았거나 유효하지 않은 경우

---

[API](https://skmtc.dev/iamport/apis/rest-api.md) · [All operations](https://skmtc.dev/iamport/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iamport/rest-api/revisions/006dfffdec43/schema)
