결제금액 단건 수정 API
POST /payments/prepare 로 이미 등록된 결제사전정보에 대해 금액을 수정하는 기능입니다.
Last updated
Was this helpful?
POST /payments/prepare 로 이미 등록된 결제사전정보에 대해 금액을 수정하는 기능입니다.
Last updated
Was this helpful?
Deprecated
이 문서는 더 이상 관리되지 않습니다.
를 이용해주세요.
PUT
https://api.iamport.kr/payments/prepare
merchant_uid*
String
가맹점 주문번호
amount*
double
결제 예정금액
code
* integer
응답코드
0이면 정상적인 조회, 0 이 아닌 값이면 message를 확인해봐야 합니다
message
* string
응답메세지
code 값이 0이 아닐 때, '존재하지 않는 결제정보입니다'와 같은 오류 메세지를 포함합니다
response (PaymentPrepareAnnotation, optional)
merchant_uid * string
가맹점 주문번호
amount
* number
결제 예정 금액
Swagger Test Link