#nicobzz-script-event

1 messages · Page 1 of 1 (latest)

muted nimbus
#

Hello @candid bronze, I don't understand what you mean

candid bronze
#

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

muted nimbus
#

You would roll your API key for example

candid bronze
#

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?

muted nimbus
#

you can make a Restricted API key that only has specific permissions, would that help?

candid bronze
#

maybe, I'll search about that on your web site.
It depends on what specific permissions means.
Thank you

muted nimbus