1. Schemas
WPay
  • Introduction
  • Signature
  • API Keys
  • Get Started
  • Webhook Service
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • WPay
      • Hosted Payment Page
      • List Payment History
      • Get Payment Detail
      • Refund
      • List Subscriptions
      • Get Subscription Detail
      • Cancel Subscription
      • Get Subscription Bills
    • Webhook
      • Simulate a Event Call
  • Schemas
    • Schemas
      • RefundOrderDTO
      • RefundPageReq
      • ApiPageApiPageRefundOrderDTO
      • ApiResponseApiPageRefundOrderDTO
      • CancelReq
  1. Schemas

RefundPageReq

{
    "pageNo": 0,
    "pageSize": 0,
    "currency": "string",
    "refundStatus": "1",
    "refundType": "1",
    "referenceNo": "string",
    "paidStartDate": "2019-08-24T14:15:22.123Z",
    "paidEndData": "2019-08-24T14:15:22.123Z"
}
Built with