# (Legacy) BUSINESS_DIRECT_DEBIT_PROFILE_BLOCK_CANCELLED (deprecated) A scheduled block on a business' SEPA Direct Debit profile was canceled. Endpoint: POST business_direct_debit_profile_block_cancelled Version: 1.0 ## Request fields (application/json): - `id` (string) ID of the SEPA Direct Debit profile. Example: "3cab044cedf84443841d489547177469" - `status` (string) Indicates whether or not the SEPA Direct Debit profile has been accepted and whether or not it is active. Enum: "ACCEPTED", "REJECTED", "ACTIVE", "BLOCKED", "EXPIRED" - `status_reasons` (string) Associated reasoning behind and statuses. - `collection_limit` (object,null) The available collection limit for the profile. - `collection_limit.value` (integer) The amount. Example: 5000 - `collection_limit.unit` (string) Money unit used to represent the amount. Example: "cents" - `collection_limit.currency` (string) The currency in which the amount is represented. Example: "EUR"