POST
/
market
/
refund
/
{orderId}
cURL
curl --request POST \
  --url https://api.vaultcord.com/market/refund/{orderId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Sent refund for the 30/1500 failed members! Please buy from different seller on marketplace next time"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

ID of the resource

Response

200 - application/json

This only succeeds if you have ALREADY pulled members and it's fully finished pulling.

The response is of type object.