Skip to main content

Set Close Withdrawal Callback

POST 

/api/v1/developers/close_withdrawal/callback

Registers a callback URL for receiving notifications about withdrawal closures, including both withdrawals that result in account closure with funds being moved out and standard withdrawals.

'callback_url': The URL where notifications will be sent when a withdrawal is closed. This webhook URL will receive updates about withdrawal closure events.

Request

Query Parameters

    callback_url uri

    Possible values: non-empty and <= 2083 characters

Responses

Successful Response

Schema
    code Code

    Default value: 200

    detail Detail

    Default value: ok

Loading...