I use the payment strip on my platform. Stripe provides me with identifiers for objects that I can get in my account,
things like client_id, something like cus_6DUY9LB2ih5Pdy
or credit card identifier, for example card_1613mtB177tQO9RpJRQEFLcV
If I had a delete link that references these identifiers, such as
http:
for example, this link will remove the map from the strip and from my local database
Is it safe for me to publish these identifiers to the public?
Can someone potentially perform malicious actions with a card identifier (for example, create a charge?)
source share