Comment on page
⌨
결제 상세내역 조회 API
복합결제거래 상세정보를 조회합니다.
get
https://api.iamport.kr
/payments/{imp_uid}/balance
복수의 결제수단으로 거래가 발생된 거래의 상세 금액정보를 확인합니다.
{
"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
}
]
}
}
Swagger Test Link
Last modified 6mo ago