#ctodan

1 messages · Page 1 of 1 (latest)

lucid ginkgoBOT
tough shore
#

Hi there

coral iris
#

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,
        })
tough shore
#

Payment Element does not show any saved PaymentMethods

coral iris
#

i want to show that as a payment method if possible

tough shore
#

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

coral iris
#

ok got it, bummer

#

is that like a thing in active development or one of those probs never gonna happen features:)

tough shore
#

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.

coral iris
#

ok gotcha, thanks anyways