{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "GET /agent-refund/status/{refundId}",
  "endpoint": {
    "method": "GET",
    "url": "https://xn--82czbx2bczd4fl8a.online/agent-refund/status/{refundId}"
  },
  "response": {
    "fields": [
      "refundId",
      "status",
      "amountTHB",
      "channel",
      "txRef",
      "settledAt"
    ]
  },
  "webhook": "refund.status_changed"
}