#bvk03_webhooks

1 messages ¡ Page 1 of 1 (latest)

shut glenBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253580211971293307

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

silent egret
#

hello! I'm a little confused, can you describe the scenario you're trying to achieve here on your application?

weak brook
#

i will share curl call with you

silent egret
#

this is a public channel, please don't share any requests that include a secret key, even if it's a testmode secret key

weak brook
#

okay

silent egret
#

Also, I don't need the code yet, I'm trying to clarify your use case

#

why do you want to create / collect a PaymentMethod first, then attach it later?

weak brook
#

i need first payment intent and after create a customer and attach with Pi, all process need to do on front end without back-end side

silent egret
#

Creating a PaymentIntent must be done from your backend first anyway. On that same note, why must you do all of these on your frontend without your backend being involved first?

weak brook
#

yes

silent egret
#

that doesn't answer the question - why must you do all of these on your frontend without your backend being involved first?

weak brook
#

i need only that type of customer who confirm to checkout

#

if possible to setup intent with/ after create customer

silent egret
#

from what I understand, you don't want to create a Customer till they successfully make a payment?

weak brook
#

yes

#

if possible?

silent egret
#

When creating a PaymentIntent, pass in setup_future_usage="off_session" subsequently you should be able to create a Customer and attach it

weak brook
#

okay

#

if possible to setup intent with/ after create customer

silent egret