정산 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
  }


?
Was this page helpful?