#sandy.nozaki
1 messages · Page 1 of 1 (latest)
Are you referring to the Stripe IDs for Transfer objects and Balance Transaction objects?
yeah referring to the Stripe transaction and transfer ids
we just want to make sure its not containing any sensitive info
like the fingerprint in the transaction or transfer_ids
we want to have those available on our portal so that our vendors can refer to for tracking from our portal to stripe
I can't speak to what is and isn't PCI compliant, but those are Stripe-specific IDs, so they should have nothing to do with PCI requirements as far as I know.
but do those stripe-specific ids contain any sensitive info? such as fingerprint?
no
can i assume that the transaction id contains just the order details?
even if some hacker was to get those stripe-specific ids, they wouldnt be able to obtain any sensitive info right? unless they took those and hacked into stripe?
The id itself doesn't contain any info. They'd need access to your API keys or Stripe's system to get anything with the ID
It's not considered sensitive data
so any stripe-specific ids do not contain any sensitive info.
The id themselves are not sensitive
the API key you are referring to is the private client key right?
the secret key
yes
ok thank you so much