Skip to main content

Set Card Auto-Freeze Monitoring Callback

POST 

/api/v1/developers/inactivated/callback

Establishes a process to monitor and notify about card auto-freezing events for your company, sending alerts to a specified callback URL. This service is particularly vigilant about suspicious activities that might indicate fraudulent use, thereby initiating an auto-freeze to prevent potential fraud. 'card_freeze_url': The URL where notifications are sent when a card is automatically frozen. Specifying this URL activates the monitoring service for card freeze events.

Request

Query Parameters

    card_freeze_url uri

    Possible values: non-empty and <= 2083 characters

Responses

Successful Response

Schema
    code Code

    Default value: 200

    detail Detail

    Default value: ok

Loading...