#ctodan
1 messages · Page 1 of 1 (latest)
Hi there
To give more detail:
we connect a plaid bank account like so:
const stripeBankAccountToken = await plaidService.createStripeBankAccountToken(user)
const stripeCustomer = await this.createOrGetCustomer(user._id.toString())
const bankAccount = await this.stripe.customers.createSource(stripeCustomer.id, {
source: stripeBankAccountToken.stripe_bank_account_token,
})
Payment Element does not show any saved PaymentMethods
i want to show that as a payment method if possible
We are working on supporting this in the future but we don't at the moment.
Currently you have to build out your own UI for saved PaymentMethods
ok got it, bummer
is that like a thing in active development or one of those probs never gonna happen features:)
Yeah it is in active development.
Though I don't have any sort of timeline for when it will be released.
And not sure if it will be compatible with legacy bank account objects or not.
ok gotcha, thanks anyways