---
title: "Request Registration URL"
method: POST
path: "/sep24/transactions/deposit/interactive"
tags: ["Registration"]
---

# Request Registration URL

`POST /sep24/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](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md#deposit-2).

## Request body

- object
  - `asset_code` string, required — Stellar asset code for the deposit.
  - `account` string — Stellar account for the deposit; defaults to the SEP-10 subject.
  - `lang` string — Language for the interactive flow.
  - `claimable_balance_supported` string — Indicates if claimable balances are supported.

## Response `200`

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

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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
