Miracle Docs
Merchant withdrawal methods

Suspend merchant withdrawal method

Operator action that moves a method to "suspended", blocking new withdrawals until the operator reactivates it. Existing approved withdrawals continue to execute. Use when suspicious activity is detected or the merchant requests a temporary block.

POST
/v1/merchant-withdrawal-methods/{id}/suspend
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://api.miracle.com/v1/merchant-withdrawal-methods/string/suspend"
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
    "livemode": true,
    "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b",
    "methodType": "string",
    "label": "string",
    "details": {
      "property1": "string",
      "property2": "string"
    },
    "status": "cooling",
    "activatesAt": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "deletedAt": null
  }
}
Empty

On this page