Skip to main content

Request Registration URL

POST 

/TRANSFER_SERVER_SEP0024/transactions/deposit/interactive

The deposit endpoint allows a wallet to get deposit information from an anchor, so a user has all the information needed to initiate a deposit. It also lets the anchor specify additional information that the user must submit interactively via a popup or embedded browser window to be able to deposit. Please check the detailed documentation here.

Responses

An anchor requires the user to fill out information on a webpage hosted by the anchor.

Schema
    type string

    Always set to interactive_customer_info_needed.

    url string

    URL hosted by the anchor. The wallet should show this URL to the user as a popup.

    id string

    The anchor's internal ID for this deposit / withdrawal request. The wallet will use this ID to query the /transaction endpoint to check status of the request.

Loading...