Skip to content

Create and Track Transfers

When To Use It

Use this flow when your system creates a transfer and needs to observe its status until terminal completion.

Prerequisites

  1. correct chain choice
  2. valid auth model for that chain
  3. workspace or wallet visibility in scope

Call Sequence

  1. submit the transfer creation request
  2. store the returned business identifier
  3. query the transfer record and status until the flow completes

Branch Decisions

  1. create on the WEB chain or the API chain
  2. synchronous confirmation or later polling
  3. retry path or terminal failure path

Common Failures

  1. endpoint called through the wrong chain
  2. missing scope on API integrations
  3. missing role or workspace permission on portal flows

Reference Entry

Internal Documentation