Balance
Refund balance.
Refund balance.
post/admin/balance/refund.json
Request body
Example request
{
"amount": 10,
"order_id": 123456,
"reason_title": "Refunded for the order #1234567",
"transaction_type": "order_refund"
}Response
OK
Example response
{
"success": true
}