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
Example request
{
"refundFeeRate": 1
}Response
Successful operation
Example response
{
"msg": "OK"
}