#augustin-de-menthiere_best-practices

1 messages ยท Page 1 of 1 (latest)

dense windBOT
#

๐Ÿ‘‹ 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/1348742798144176219

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

patent sonnet
#

Hello
Not sure what you mean by that. Can you elaborate?
Is coda a third-party platform? If so, you'd want to check their documentation around best practices.

half steeple
#

Hi I see this

dense windBOT
modest viper
#

๐Ÿ‘‹ stepping in here

#

That looks to be a third party integration

#

You would need to reach out to that third party about this.

#

We can only help with questions about integrating our API directly.

half steeple
#

They're saying that I have to ask you guys about it

winged granite
modest viper
#

If you need help with your account then you'll need to reach out to our Support team via https://support.stripe.com/contact/login

This isn't something we can help with there. We can only answer technical questions about our API in this channel.

winged granite
modest viper
#

Yep that's a third party.

#

So what I stated above is the case here.

winged granite
#

@modest viper makes sense
But anyway, that is the same issue than with the API, as it's using stripe API

#

This is my issue : how can you link a customer, to a bill , to a payment link , and then check the payemnt has been done for this customer ?

modest viper
winged granite
#

I am not a coder ... ๐Ÿ™‚

modest viper
#

Yeah sorry then I can't help you.

#

You need to hire a developer here to help you.

winged granite
#

here I can t find it as the client paid va a generic payment link, with no client id attached

#

customer = guest

#

so best practice is

  1. create product
  2. create Client
  3. create payment link WITH customer ID
    4.check checkuot session for customer ID

right ?

modest viper
#

You can't create Payment Links with Customer IDs, Payment Links are designed for one-to-many integrations.

#

Payment Links create Checkout Sessions

#

The only way to tie a customer to a Checkout Session generated from a Payment Link is to use the client_reference_id as I stated above.

winged granite
#

so best practice is

  1. create product
  2. create Client
    3 .create checkout session with customer ID
    4.check checkuot session for customer ID
#

?

modest viper
#

Yep if you are going to create Checkout Sessions directly then that is recommended.