정산 v1 API에서 fees 객체가 날아오지 않습니다.
* 참조 API
제가 추가로 신청해야 하는 프로세스나 요청에 추가할 인자가 있나요?
Settlement API 요청/응답 객체
---
요청:
GET https://api.tosspayments.com/v1/settlements?startDate=2025-06-18&endDate=2025-06-19&size=10
---
응답:
{
"mId": "",
"paymentKey": "",
"transactionKey": "",
"orderId": "",
"currency": "KRW",
"method": "카드",
"approvedAt": "2025-06-18T15:41:44+09:00",
"soldDate": "2025-06-18",
"paidOutDate": "2025-06-25",
"card": {
"company": "삼성",
"issuerCode": "51",
"acquirerCode": "51",
"number": "*",
"installmentPlanMonths": 24,
"isInterestFree": true,
"approveNo": "",
"useCardPoint": false,
"cardType": "신용",
"ownerType": "개인",
"acquireStatus": "READY",
"receiptUrl": "https://",
"amount": 3280000
},
"virtualAccount": null,
"transfer": null,
"mobilePhone": null,
"giftCertificate": null,
"easyPay": null,
"cancel": null,
"amount": 3280000,
"interestFee": 0,
"fee": 859950,
"supplyAmount": 781773,
"vat": 78177,
"payOutAmount": 2420050
}Settlement API 요청/응답 객체
---
요청:
GET https://api.tosspayments.com/v1/settlements?startDate=2025-06-18&endDate=2025-06-19&size=10
---
응답:
{
"mId": "",
"paymentKey": "",
"transactionKey": "",
"orderId": "",
"currency": "KRW",
"method": "카드",
"approvedAt": "2025-06-18T15:41:44+09:00",
"soldDate": "2025-06-18",
"paidOutDate": "2025-06-25",
"card": {
"company": "삼성",
"issuerCode": "51",
"acquirerCode": "51",
"number": "*",
"installmentPlanMonths": 24,
"isInterestFree": true,
"approveNo": "",
"useCardPoint": false,
"cardType": "신용",
"ownerType": "개인",
"acquireStatus": "READY",
"receiptUrl": "https://",
"amount": 3280000
},
"virtualAccount": null,
"transfer": null,
"mobilePhone": null,
"giftCertificate": null,
"easyPay": null,
"cancel": null,
"amount": 3280000,
"interestFee": 0,
"fee": 859950,
"supplyAmount": 781773,
"vat": 78177,
"payOutAmount": 2420050
}제가 추가로 신청해야 하는 프로세스나 요청에 추가할 인자가 있나요?
