#shazuddinkhan-terminal-js-canada
1 messages · Page 1 of 1 (latest)
@wise plume I'm not sure what you mean about the law. It's not really Canadian specific. It's related to PCI (https://stripe.com/docs/security/guide#validating-pci-compliance)
And there's no way to get the raw card number but you don't need it. We surface the fingerprint property that is a unique identifier for a given card number for your account
So if someone pays twice in a row, each Charge will have the same fingerprint for that card
Perfect
So similarly I can use fingerprint for monthly/yearly subscription as well, right?
yes!
Thanks a lot
of course!
Is it possible to download/extract (using API) all the transactions made through payment terminal only (No POS involved)?
I don't really grasp the sentence, what does No POS involved mean?
You can list all transactions on https://stripe.com/docs/api/payment_intents/list via the API
I mean that payment terminal is presented to the customer and enters the amount manually so those types of successful transactions can be extracted using API (https://stripe.com/docs/api/payment_intents/list), right?