#maiki597
1 messages · Page 1 of 1 (latest)
Hi, could you clarify is that Stripe Dashboard, or your integration?
Stripe Dashboard
Where are you adding this bank? for your own account or for a connected account?
Which type? (Custom/Express/Standard)?
type of?
Type of the Connected Account
express
Okie, and can you specify which page exactly are you adding this twice?
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.
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)
integration with invoice link, this is an sample https://invoice.stripe.com/i/acct_1E7qMcDmmUJS5uVu/test_YWNjdF8xRTdxTWNEbW1VSlM1dVZ1LF9PWHdEY3FWRFp3aUFxWjFPTVRPaGRGYXU3Zk9KcEVULDgzOTUwMTk40200MASowrUC?s=ap
Sorry can't see the link, but like you create an Invoice and show them the Hosted Invoice Page?
yes, exactly
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
got it. How canI set it as the default?
set it as the Customer's invoice_settings.default_payment_method