Search
K
Comment on page

결제금액 단건 수정 API

POST /payments/prepare 로 이미 등록된 결제사전정보에 대해 금액을 수정하는 기능입니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

결제금액 사전등록 API 로 등록된 금액을 수정합니다.

put
https://api.iamport.kr
/payments/prepare
사전등록한 결제 금액을 단건 수정 합니다.
Response Model Schema
{
"code": 0,
"message": "string",
"response": {
"merchant_uid": "string",
"amount": 0
}
}