#shadow._.flash
1 messages · Page 1 of 1 (latest)
👋 happy to help
Thanx !! Tarzan for ASAP reply
how are you integrating with Stripe?
I didn't integrated it with stripe, do I need to integtrate it first I thought it will show under payment method settings
I am using payment intent for basic integration !!
Under configuration I am just getting these options only:
would you mind sharing your account ID please?
ok
Link is not available in India unfortunately
Yeah I have one more thing to ask
When I am using Address Element in frontend to collect billing address, doesn't that billing address save in customer stripe data !?
Yeah, But that billing address won't be used to show in invoice right, only the billing address saved under customer is being used.
no the billing address from the payment method that is used to pay the invoice would show
hmm !! okay I need to confirm again in my web-application
One last thing !!
I am saving user credit card using payment method api, and attaching it to the same user. I just wanted to be assure that it is the best practice !?
no it's not
you could either use SetupIntents (if there's no payment to be made on that same session)
or you could save payment details during payment
oh ok Thanx, @ornate pike for your help !!