⌨️Get cash receipt amount API

Gets Naver Pay amount subject to issuance of a cash receipt.

Gets Naver Pay amount subject to issuance of a cash receipt.

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

Path Parameters

Name
Type
Description

imp_uid*

String

i'mport transaction ID

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