#Nite

1 messages · Page 1 of 1 (latest)

runic plankBOT
autumn jolt
#

Hi there!

sweet torrent
#

Hi

autumn jolt
sweet torrent
#

Oh that will automatically filter only payment methods that allow that ?

autumn jolt
#

Correct, but I'm guessing that will be mostly card payments.

sweet torrent
#

Yes, that’s fine. So, correct me if I’m wrong, after the checkout succeeds there will be a webhook called that will provide my app the payment information. Then I ll use the payment intent to capture the payment when ready to do so

#

The only doubt I have is, can I pass a custom identifier of some sort to Checkout in order to be able to associate the payment to my database record in the webhook handler ?

autumn jolt
#

Yes, that’s fine. So, correct me if I’m wrong, after the checkout succeeds there will be a webhook called that will provide my app the payment information. Then I ll use the payment intent to capture the payment when ready to do so
Correct! The event is checkout.session.completed

The only doubt I have is, can I pass a custom identifier of some sort to Checkout in order to be able to associate the payment to my database record in the webhook handler ?
Yes, there are multiple way to do this:

sweet torrent
#

Oh nice

#

Final question

#

Is there a public test api key I can use ? Or do I have to ask my client to open an account first?

autumn jolt
#

You need to create a Stripe account first in order to get an API key.

sweet torrent
#

Ok, thank you a lot