latestOpenAPI 3.0.3Apache 2.02026-08-107311157.4 KB

68de350419c7

Inscribe

Process a refund for an order.

When the amount paid by the user includes inscriptions, inscribing cannot be performed. Refund can be requested through this method.

post/v2/inscribe/order/{orderId}/refund

Path parameters

orderIdstring required

Request body

refundFeeRatenumber float

Example request

{
  "refundFeeRate": 1
}

Response

Successful operation

code0 | -1
msgstring

Example response

{
  "msg": "OK"
}