⌨️현금영수증 발급 가용액 조회 API

네이버페이 현금영수증 발급가능 금액 조회 API

Deprecated

이 문서는 더 이상 관리되지 않습니다.

PortOne 개발자센터를 이용해주세요.

네이버페이 결제형 현금영수증 발급가능 금액 조회 API

현금영수증 발급가능 금액 조회

GET https://api.iamport.kr/payments/{imp_uid}/naver/cash-amount

Path Parameters

NameTypeDescription

imp_uid*

String

포트원 거래번호

Response Model Schema
{
  "code": 0,
  "message": "string",
  "response": {
    "amount_total": 0,
    "amount_by_npoint": 0,
    "amount_by_primary": 0,
    "amount_supply": 0,
    "amount_vat": 0
  }
}

Last updated