Skip to content

When available, support adding bank accounts as first link payment method#6218

Open
josephroque-stripe wants to merge 1 commit intomasterfrom
josephroque/support-bank-initial-pm
Open

When available, support adding bank accounts as first link payment method#6218
josephroque-stripe wants to merge 1 commit intomasterfrom
josephroque/support-bank-initial-pm

Conversation

@josephroque-stripe
Copy link
Copy Markdown
Contributor

Summary

When available as a supported payment method, allow new link users to add a bank account as a payment method, instead of requiring a card first.

Motivation

When a user creates a new link account, currently we require they add a card as a first payment method, but this requirement doesn't exist on web. On web, if the checkout supports bank accounts, then the user can add a bank account as a first payment method instead.

https://jira.corp.stripe.com/browse/RUN_LINK_MOBILE-96

Testing

Manually testing the flow with a new account

// Show a loading view while Financial Connections is being prepared
viewController = LoaderViewController(context: context)
} else {
let addPaymentMethodVC = NewPaymentViewController(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Checking my understanding: We're removing this because when more than just bank accounts are supported and the user has no payment methods, we'll just show the wallet (line 519) so they can add any of the supported types. Is that right?

@mats-stripe
Copy link
Copy Markdown
Collaborator

Looks good, but I found an issue when tapping the Pay button when there are no payment methods. Most likely wasn't introduced in this PR, but because this PR starts showing the empty wallet screen much more often, it feels like something we should fix here:

Screen.Recording.2026-03-20.at.11.03.13.AM.mov

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.

3 participants