I am using StripeCFML to connect coldfusion and stripe payments. After the Stripe payment is successfull it is supposed to pass a transaction ID back to our website. Sometimes that fails and the information is not sent back so the customer transaction isn't updated in our database and confirmation email are not send out by our server.
When that happens how can I reconcile the customer order with what is stored in Stripe? Is there a way to get an ID of some kind that can be stored on our local database AND in Stripe when the checkout is initialised? That way if the confirmation is NOT send back I can look up that ID on Stripe and compare the information?