#TC - Payment Intent ID

1 messages ยท Page 1 of 1 (latest)

rapid trout
#

Hi ๐Ÿ‘‹
Unless someone has access to your API keys, they cannot do anything with the Payment Intent ID.

flint charm
#

Ohhh hi again @rapid trout! Gotcha thank you so much.

Also I've finished up my integration thanks to you! ๐ŸคŸ

rapid trout
#

Great to hear it ๐Ÿ™‚

#

The reasoning behind sending the ID in the receipt (I think) is that, if your customer comes back to you about the payment it is easy for you to look it up

flint charm
#

You are right! Just thought that at least give our customer some solid information so that they can give back to us to trace it.

rapid trout
#

Yeah. If your integration grows to 10K transactions per day, it can be a real PITA to try and track down a payment by just the timestamp!

flint charm
rapid trout
#

Happy to help, it's why we are here ๐Ÿ™‚

flint charm
#

Sorry @rapid trout I've 1 more question related to webhook

#

I don't know why but sometime it fails to retrieve the response

rapid trout
#

This happens when the server we sent the webhook request to takes too long to respond to us.

flint charm
#

Can I do something about it?

rapid trout
#

In this case Stripe is the one who sends the request and it's your server that sends the response

#

The response from your server is just used to indicate whether or not you received the webhook event.

#

Review how you are handling webhook requests and try to send back a 200 response as soon as you have verified it's a Stripe event

flint charm
#

understood! thanks!