⌨️결제금액 단건 수정 API
POST /payments/prepare 로 이미 등록된 결제사전정보에 대해 금액을 수정하는 기능입니다.
Last updated
Was this helpful?
POST /payments/prepare 로 이미 등록된 결제사전정보에 대해 금액을 수정하는 기능입니다.
Last updated
Was this helpful?
Was this helpful?
{
"code": 0,
"message": "string",
"response": {
"merchant_uid": "string",
"amount": 0
}
}