Skip to main content

Refund Retrieve

查詢 - 退款(Refund)

狀態類型

  • success: 退款成功
  • failed: 退款失敗
  • rejected: 拒絕(原因會在 RejectReason 欄位中)
  • processing: 退款處理中
Path Parameters
    uuid string required
Responses

Success


Schema
    status int32

    狀態碼

    type string nullable

    狀態

    message string nullable

    訊息

    requestId string nullable

    請求 ID

    paginate object
    total_count int32 nullable
    total_page int32 nullable
    page int32

    頁數

    limit int32

    每頁顯示數量

    result object
    uuid string nullable

    退款編號

    paymentNo string nullable

    付款編號

    paymentIntentId string nullable

    付款意圖 編號

    amount double

    退款金額

    currency string nullable

    幣別

    status string nullable

    退款狀態

    reason string nullable

    退款原因

    initiator string nullable

    發起人

    isReady boolean

    當所有資料都已準備好時,才會為true

    rejectReason string nullable

    拒絕原因

    refundedAt string nullable

    實際退款時間

    createdAt string nullable

    建立時間 ISO 8601

Loading...