#johnnycrypto-keygen
1 messages · Page 1 of 1 (latest)
Hello bismarck, simple what other platforms offer like this URL keygen etc to complete finish transaction
e.g. call POST GET Url://keygen and in response get key to include in post sale email
Could not see this in panel
This key is for reconciliation?
Sorry we don't really offer a keygen exactly like this, but we may have something similar depending on what you are talking about exactly.
You want to use the keygen for reconciliation, no?
external keygen
Order completion fullfilment
Customer pays for something this something is key code
Str
Stripe needs to call URL and get code in response
how to setup this?
Keygen is ready on server
Yeah that's not really how any of our integrations work.
So how your works?
You would use something like metadata in this case if you want to link a string to a PaymentIntent and use that string for reconciliation.
any example?
I don't have a specific example per-say. But mostly you would have an order ID in your database and you would attach that order ID as metadata to the PaymentIntent when you create it (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-metadata). Then once the PaymentIntent is in status: succeeded (the payment is successful), you would retrieve the PaymentIntent and use the order ID that you put in the metadata to reconcile that payment with your Database and do order fulfillment.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.