## feat: add SEP-24 interactive withdrawal support for employee cash-out - #434
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TRANSFER_SERVERfrom stellar.toml for SEP-24 endpoint discovery alongside existing SEP-31 discoverygetSEP24Info,initiateSEP24Withdrawal, andgetSEP24Transactionservice methods that reuse SEP-10 authentication/sep24/info,/sep24/withdraw,/sep24/status/:domain/:id)isolateOrganization,require2FA, andidempotencyMiddlewareconsistent with cross-border withdrawal protectionsWhy
The README lists employee "Withdrawal Options" via "Local Anchors (Cash-out)" as a core actor flow. SEP-31 is cross-border/send-side; employee self-service cash-out to local currency is the SEP-24 interactive flow. Without this, employees cannot actually convert received ORGUSD to local fiat through the platform.
Endpoints
/api/payments/sep24/info?domain=/api/payments/sep24/withdraw/api/payments/sep24/status/:domain/:idTest results
All new tests pass. Pre-existing test failure in the suite is due to missing
axiosdev dependency in the test environment, unrelated to this change.Closes #408