Search
K
Comment on page

결제 상세내역 조회 API

복합결제거래 상세정보를 조회합니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

복합결제거래 상세정보를 조회합니다.

get
https://api.iamport.kr
/payments/{imp_uid}/balance
복수의 결제수단으로 거래가 발생된 거래의 상세 금액정보를 확인합니다.
Response Model Schema
{
"code": 0,
"message": "string",
"response": {
"amount": 0,
"cash_receipt": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"primary": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"secondary": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"discount": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"histories": [
{
"cash_receipt": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"primary": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"secondary": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"discount": {
"tax_free": 0,
"supply": 0,
"vat": 0,
"service": 0
},
"created": 0
}
]
}
}