#johnnycrypto-keygen

1 messages · Page 1 of 1 (latest)

worthy cedar
#

Hi there! What are you referring to specifically with keygen?

wheat fern
#

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

worthy cedar
#

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.

wheat fern
#

?

#

What do you mean by something similar?

worthy cedar
#

You want to use the keygen for reconciliation, no?

wheat fern
#

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

worthy cedar
#

Yeah that's not really how any of our integrations work.

wheat fern
#

So how your works?

worthy cedar
#

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.

wheat fern
#

any example?

worthy cedar
#

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.