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
- correct chain choice
- valid auth model for that chain
- workspace or wallet visibility in scope
Call Sequence
- submit the transfer creation request
- store the returned business identifier
- query the transfer record and status until the flow completes
Branch Decisions
- create on the
WEBchain or theAPIchain - synchronous confirmation or later polling
- retry path or terminal failure path
Common Failures
- endpoint called through the wrong chain
- missing scope on API integrations
- missing role or workspace permission on portal flows