#ravinder_api

1 messages ¡ Page 1 of 1 (latest)

pseudo gobletBOT
vague hawkBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

pseudo gobletBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1235559501885607987

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

gaunt raft
#

Hi, let me help you with this.

#

Basically setup_future_usage ensures, that, in most cases, when reusing the Payment Method, 3D Secure won't be required for off-session payments.
You can attempt to reuse a PM without setting it up for future usage (e.g. setup_future_usage or SetupIntent), but it's highly likely that most of your off-session payments will fail.
setup_future_usage also adds a note to the checkout that informs the customer that their payment details will be saved and potentially reused.

vague oracle
#

what happen if i attach pm to cutomer without passing setup_future_usage to payment intent, will payment fail if customer in checkout?

#

what about 3ds or other verification?

gaunt raft
vague oracle
#

what is i only use it for payment when customer is in checkout?

gaunt raft
#

How are you planning to do this exactly?

vague oracle
#

as you can see this payment method is setup with future use, i am wondering how can i still use it for payment?

#

i want to prevent duplicate cards to attach to customer but i also want to make sure they should be able to rpocess payment if i use existing attached payment method

gaunt raft
#

Do you facing any issues when setting the setup_future_usage property?