Skip to content

DEV-1925: Checkout app - decouple card creation and payout generation#65

Open
ShreyaThapa wants to merge 1 commit intomainfrom
DEV-1925
Open

DEV-1925: Checkout app - decouple card creation and payout generation#65
ShreyaThapa wants to merge 1 commit intomainfrom
DEV-1925

Conversation

@ShreyaThapa
Copy link
Contributor

@ShreyaThapa ShreyaThapa commented Mar 10, 2026

Summary

  • Extracted card creation into a dedicated /add-card page,
    separating it from the payout flow
  • The new page handles the full card-linking flow: exchange
    session creation, Checkout.com component mounting,
    exchange creation, and funding source creation in Dwolla
  • Simplified /send-payout by removing card creation logic —
    it now focuses solely on initiating payouts using a
    previously stored funding source
  • Removed the unused inline success/failure sub-pages from the
    send-payout flow
  • Updated README to reflect the new multi-step flow

Copy link

@rcraig14 rcraig14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing this feedback so quick! These updates make it clear what data is required at each step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants