{
"orderId": "string",
"externalOrderId": "string"
}curl --location '/v1/virtual-account/order/refund' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "string",
"externalOrderId": "string"
}'{
"status": 0,
"message": "string",
"data": {
"orderId": "string",
"externalOrderId": "string",
"status": "string"
},
"traceId": "string"
}