POST /admin/billing/refund-approval/{id}/execute
对已批准的退款审批执行实际退款操作,调用 wallet-service 完成扣款/退款交易
计费服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
退款审批ID |
Request Body
Schema: dto.ExecuteRefundRequest
| Field | Type | Required | Example | Constraints | Description |
user_id |
string |
Yes |
usr_abc123 |
|
|
Referenced Schemas
dto.ExecuteRefundDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.ExecuteRefundResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ExecuteRefundResponse
| Field | Type | Required | Example | Constraints | Description |
amount |
number |
No |
99 |
|
|
refund_id |
string |
No |
ref_001 |
|
|
status |
string |
No |
completed |
|
|
wallet_transaction_id |
string |
No |
txn_def456 |
|
|