Miracle Docs
Withdrawal method catalog

Get withdrawal method catalog entry by type

Returns a single catalog entry by its machine-readable type key (e.g. "sepa_bank_transfer"). Use this when validating a saved method or when showing details of a specific method type.

GET
/v1/withdrawal-method-catalog/{type}
AuthorizationBearer <token>

In: header

Path Parameters

type*string

Response Body

application/json

curl -X GET "https://api.miracle.com/v1/withdrawal-method-catalog/string"
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "type": "string",
    "label": "string",
    "description": "string",
    "fieldSchema": {
      "property1": null,
      "property2": null
    },
    "status": "active",
    "createdAt": "string",
    "updatedAt": "string",
    "deletedAt": null
  }
}
Empty

On this page