---
title: "결제 실패 재시도 API"
method: POST
path: "/subscribe/payments/schedule/{merchant_uid}/retry"
tags: ["subscribe"]
---

# 결제 실패 재시도 API

`POST /subscribe/payments/schedule/{merchant_uid}/retry`

결제 예약 실행 시 실패했던 건, 혹은 예약 취소했던 건을 즉시 결제 재시도 할 수 있습니다.

## Path parameters

- `merchant_uid` string, required

## Response `200`

정상적으로 재시도가 완료되었습니다. (결제 성공/실패 여부는 결제 상태(status)로 확인 필요)

- PaymentResponse — unresolved $ref

## Other responses

- `400` — 필수 파라미터 누락, 아직 실행되지 않거나 이미 실행중 혹은 승인된 결제예약
- `404` — 존재하지 않는 결제예약 혹은 빌링키
- `500` — 미지원 PG사, 포트원 내부 이슈 등으로 인한 API 호출 실패

---

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