Registration
Request Registration URL
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.
post/sep24/transactions/deposit/interactive
Request body
Response
An anchor requires the user to fill out information on a webpage hosted by the anchor.
Example response
{
"type": "interactive_customer_info_needed",
"url": "https://api.example.com/kycflow?account=GACW7NONV43MZIFHCOKCQJAKSJSISSICFVUJ2C6EZIW5773OU3HD64VI",
"id": "82fhs729f63dh0v4"
}