---
title: "申请退款"
method: POST
path: "/v1/console/payment/refund"
tags: ["PaymentService"]
---

# 申请退款

`POST /v1/console/payment/refund`

对当前用户自己的充值订单发起退款。

## Request body

- PaymentV1RequestRefundRequest — RequestRefund
  - `reason` string
  - `tradeNo` string — trade_no 交易流水号

## Response `200`

OK

- PaymentV1RequestRefundReply
  - `status` string — status 退款状态：processing=处理中 success=成功 failed=失败
  - `tradeNo` string — trade_no 交易流水号

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
