# 구매 API - 결제 승인 ## 1. API Overview ### Purpose [context] 결제 요청(`EBP_API_224`) 호출 후 사용자가 결제를 진행하면, PG에서 EBP를 통해 상점에 결제 완료 정보가 전달됩니다. 스토어는 최종 결제완료 처리를 위해 본 API를 호출합니다. 이 API는 **화면 전환 없이 결제승인 완료를 처리**하기 위해 제공됩니다. [/context] ### Details [table:key-value] | 항목 | 값 | | :-------------- | :---------------------- | | **API Name** | 결제 승인 | | **API Path** | /api/v2/payment/approve | | **API ID** | EBP_API_242 | | **HTTP Method** | [badge:POST,blue,lg] | | **Region** | [badge:Korea Only,red-subtle,lg] | [/table] ## 2. Request Specification ### 2.1 Request Header @@include:common-headers-link.md@@ ### 2.2 Request Data Schema | Field | Type | Required | Description | | :---- | :--- | :------- | :---------- | | - | - | - | - | ### 2.3 Request Examples #### JSON Example ```json {} ``` ## 3. Response Specification ### 3.1 Response Data Schema #### Response Data Schema @@include:standard-response.md@@ | -1 | data | [type:object] [desc: null] | > 이 API는 `data` 필드에 별도의 데이터를 반환하지 않습니다. ### 3.2 Response Samples #### Success Response ```json { "resultCode": "0", "message": "success", "requestId": "RES-25-101982-0001", "timestamp": "2025-12-19T14:29:32+09:00", "data": null } ```