Merchant withdrawal methods
Soft delete merchant withdrawal method
Marks a saved withdrawal method as deleted. The record is preserved for audit (soft delete) but cannot be used for new withdrawals. Does not affect withdrawals already in flight that reference this method.
curl -X DELETE "https://api.miracle.com/v1/merchant-withdrawal-methods/string"Empty
Empty
List merchant withdrawal methods
Returns a paginated list of saved withdrawal methods visible to the caller. Filters: `merchantId`, `methodType`, `status`, `livemode`. Cursor-based pagination — default page size 20, maximum 100.
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.