1. Schemas
ANexPay Docs
  • Introduction
  • Signature
  • API Keys
  • Get Started
  • Webhook Service
  • Enum Reference
  • Api Reference
    • Authentication
      • Get Auth Token
    • Hosted Payment Page
      • Hosted Payment Page
    • CreditCardPay
      • List Payment History
      • Get Payment Detail
      • Refund
      • List Subscriptions
      • Get Subscription Detail
      • Cancel Subscription
      • Get Subscription Bills
    • StableCoinPay
      • order
        • GetCheckoutOrderList
      • refund-order
        • CreateRefundOrder
        • CancelRefundOrder
        • GetRefundOrderInfo
        • GetRefundOrderList
      • settlement
        • CreateFiatSettlementOrder
        • CancelSettlementOrder
        • GetSettlementOrderList
      • abnormal-payment
        • GetAbnormalPaymentList
        • CreateAbnormalPaymentRefund
  • Schemas
    • Schemas
      • RefundOrderDTO
      • RefundPageReq
      • ApiPageApiPageRefundOrderDTO
      • ApiResponseApiPageRefundOrderDTO
      • CancelReq
  1. Schemas

RefundOrderDTO

{
    "id": 0,
    "clientId": 0,
    "tempFundId": 0,
    "tenantId": 0,
    "currency": "string",
    "status": 0,
    "referenceNo": "string",
    "type": 0,
    "beneficiaryId": 0,
    "beneficiaryName": "string",
    "beneficiaryAccount": "string",
    "createdAt": "2019-08-24T14:15:22.123Z",
    "paidTime": "2019-08-24T14:15:22.123Z"
}
Built with