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
code
* integer
Response code
0: success, Not 0: check the message
message
* string
Response message
A non-zero code includes a message like 'Invalid payment info'.
response
(NaverCashAmountAnnotation, optional)
amount_total
integer
Total amount subject to cash receipt issuance
amount_by_npoint
integer
Npoint amount out of the amount_total
amount_by_primary
integer
Amount charged with the main payment method (credit card, account transfer etc.) out of the amount_total
amount_supply
integer
List price amount out of the amount_total
amount_vat
integer
VAT out of the amount_total
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
}
}