---
title: "결제 트래킹 복수 등록"
method: POST
path: "/V1/front/product/payments"
---

# 결제 트래킹 복수 등록

`POST /V1/front/product/payments`

결제 트래킹 복수 등록 API입니다.

## Request body

- object
  - `payments` object[]
    - `orderCallBackId` string, required — 발급 받은 orderCallBackId
    - `orderId` string, required — 파트너사 고유 주문 번호
    - `payClickTime` string, required — 실제 결제 일시 (2021-01-01T01:00:00.000Z) ISO 8601
    - `productQuantity` string, required — 결제 상품 수량
    - `amount` string, required — 결제 금액
    - `memberId` string, required — 파트너사 회원의 고유 ID (accessToken시 사용한 memberId)

## Response `200`

200

- object
  - `code` string
  - `message` string
  - `response` object
    - `success` object[]
      - `orderCallBackId` string
    - `fail` object[]
      - `messageCode` string
      - `orderCallBackId` string

## Other responses

- `500` — 500

---

[API](https://skmtc.net/sauce/apis/authorize-v2.md) · [All operations](https://skmtc.net/sauce/apis/authorize-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sauce/authorize-v2/versions/17497c96804d/schema)
