#maiki597

1 messages · Page 1 of 1 (latest)

ornate birchBOT
green dove
#

Hi, could you clarify is that Stripe Dashboard, or your integration?

wanton finch
#

Stripe Dashboard

green dove
#

Where are you adding this bank? for your own account or for a connected account?

wanton finch
#

For Connected Accounts

#

Users are using Connected accounts within our Stripe system

green dove
#

Which type? (Custom/Express/Standard)?

wanton finch
#

type of?

green dove
#

Type of the Connected Account

wanton finch
#

express

green dove
#

Okie, and can you specify which page exactly are you adding this twice?

wanton finch
#

Sorry for the confusion, it's an integration I'm working on, and what I want to save somehow is the data of the custom bank account each time I make a payment in Stripe. Currently, I have to enter my account details again and again every time I want to make a payment.

green dove
#

Hmm okie, and which integration is that? PaymentElement?

#

I think that's a normal behavior, and when you (as a merchant) received a webhook event on your backend, you will have the chance to set that used Payment Method (pm_xxx) as the Customer default payment method (invoice_settings.default_payment_method)

green dove
#

Sorry can't see the link, but like you create an Invoice and show them the Hosted Invoice Page?

wanton finch
#

yes, exactly

green dove
#

Um okie and same approach that you would want to listen to webhook event and set as default. You should receive invoice.paid for example

#

and payment_intent.succeeded

wanton finch
#

got it. How canI set it as the default?

green dove
#

set it as the Customer's invoice_settings.default_payment_method