#shadow._.flash

1 messages · Page 1 of 1 (latest)

sinful knollBOT
ornate pike
#

👋 happy to help

oblique mountain
#

Thanx !! Tarzan for ASAP reply

ornate pike
#

how are you integrating with Stripe?

oblique mountain
#

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:

ornate pike
#

would you mind sharing your account ID please?

oblique mountain
#

up

#

yup

#

acct_1O7xmdSJgSxzTevN

#

here it is !!

ornate pike
#

taking a look

#

give me a second

oblique mountain
#

ok

ornate pike
#

Link is not available in India unfortunately

oblique mountain
#

ohh !!!

#

MAN !!, cool

#

thank you for the help @ornate pike

ornate pike
#

no worries

#

let me know if you need any more help

oblique mountain
#

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 !?

ornate pike
#

it does

#

under payment_method.billing_details

oblique mountain
#

Yeah, But that billing address won't be used to show in invoice right, only the billing address saved under customer is being used.

ornate pike
#

no the billing address from the payment method that is used to pay the invoice would show

oblique mountain
#

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 !?

ornate pike
#

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

oblique mountain
#

oh ok Thanx, @ornate pike for your help !!