#brandon_code

1 messages ¡ Page 1 of 1 (latest)

jagged ospreyBOT
#

👋 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/1331373068026773586

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

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.

stiff mango
#

I have a request ID here if it helps
req_A2UQqSydFSG6K0

quartz pendant
stiff mango
#

Is that not what the setup_future_usage is supposed to do?
"setup_future_usage": "off_session",

quartz pendant
#

You're using a different flow where you're using setup_future_usage after the payment method has already been tokenized.

stiff mango
#

no we're not using a customer session

quartz pendant
#

Gotcha. Since you're using defer intent flow (where you create PaymentIntent after collecting the payment method details), you can implement customer sessions API. That would let you attach the payment method to a customer

stiff mango
#

So is the customer session essential for this to stop this problem from occuring?

quartz pendant
#

Yup

stiff mango
#

and can the customer session just be used strictly for this key? ie not showing the features to the customer? ie:

            payment_method_redisplay: 'enabled',
            payment_method_save: 'enabled',
            payment_method_remove: 'enabled',```
quartz pendant
#

I think so? Not 100% sure what you mean by that but you can test it out in test mode pretty quickly

stiff mango
#

okay ill lookk over all of this

#

thanks