Search
K
Comment on page

결제금액 단건조회

사전등록된 결제금액 정보를 조회합니다
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

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

get
https://api.iamport.kr
/payments/prepare/{merchant_uid}
사전등록 결제금액 정보를 조회합니다
Response Model Schema
{
"code": 0,
"message": "string",
"response": {
"merchant_uid": "string",
"amount": 0
}
}