#nicobzz-script-event
1 messages · Page 1 of 1 (latest)
Yes sorry. Im french, I dont perfectly speak english
for instance this is a call to the api:
$stripe->customers->create( $customer_data );
but the is many other kind of call to the api: to create a product, etc.
I mean can on the stripe website, by the way of the interface forbid some of this api call, in order to make my web site safer?
I mean if my web site happened to be hacked
You would roll your API key for example
and then that key wouldn't work anymore https://stripe.com/docs/keys#rolling-keys
But I would need to change the api key in the php script frequently?
I mean can we, on the stripe website, by the way of the interface, forbid some of this api call, in order to make my web site safer?
you can make a Restricted API key that only has specific permissions, would that help?
maybe, I'll search about that on your web site.
It depends on what specific permissions means.
Thank you