#lamikam-authorization-number
1 messages · Page 1 of 1 (latest)
with other payment vendor integrations we have done, when a card is authorized, you get back an authorization code if it was successful, as a reference. can I just use the payment intent id? basically just need a unique field from the charge event that we can store in our system as a cross refererence. thanks!
Gotcha, yeah, if you're looking for a unique ID, then the ID of the Payment Intent or it's associated Charge object are likely good choices.
ok. that should work then. thanks!
Fingerprint is a hashed value based on the provided card details. It can be used to detect duplicate cards, but wouldn't be a good fit to be a unique ID for each transaction.
ok makes sense.