#1pix1
1 messages · Page 1 of 1 (latest)
hi! I suppose you could create a Restricted key and give it all permissions except the ones for refunds.
Unfortunately that isn’t an option for some reason
It falls under the category of charges, and without enabling that you can’t call a payment to be attempted, accepted, or processed
ah, I see that now. Then I don't think there is a great solution here.
Aw alright, thank you
I guess sometimes what people do is the developer uses their own separate API keys for their own Stripe accout, and then you change to your own account's keys when deploying.
but that's not perfect since there are settings or objects that apply to each account and they'd have to be replicated etc