Sep06Withdraw Request
Request to initiate a programmatic withdrawal from a Stellar anchor.
A withdrawal occurs when a user sends a Stellar asset to an anchor's account, and the anchor delivers the equivalent amount in an off-chain asset (fiat to bank account, crypto to external blockchain, cash pickup, etc.).
Unlike SEP-24's interactive flow, SEP-6 withdrawals are fully programmatic - all required information must be provided in the API request.
Constructors
Properties
ISO 3166-1 alpha-3 code of the user's current address.
SEP-12 customer ID if already known to the anchor.
Additional fields required by the anchor.
Method of delivering the withdrawal (replaces deprecated type).
ID of the chosen location for cash pickup.
URL for transaction status update callbacks.
Memo the anchor must use when sending refund payments. If not specified, the anchor uses the same memo from the original payment.
Type of the refund memo: "id", "text", or "hash". Required if refundMemo is specified.
Deprecated: Use client_domain in SEP-10 JWT instead.