Skip to main content

Set Transaction Monitoring Callback

POST 

/api/v1/developers/transactions/callback

Sets up a process to monitor transactions for your company and sends notifications for new transactions to a specified callback URL.

'callback_url': The URL to which transaction notifications will be sent. This URL must be specified to enable transaction monitoring.

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...