#lamikam-authorization-number

1 messages · Page 1 of 1 (latest)

balmy basalt
#

Hi 👋 what are you referring to when you say "authorization number"?

stray ingot
#

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!

balmy basalt
#

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.

stray ingot
#

ok. that should work then. thanks!

balmy basalt
#

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.

stray ingot
#

ok makes sense.