Docs
You can use Stripe's Restricted API keys instead of Secret keys. It is fairly simple to create Stripe-Restricted keys. Here we provide both the TLDR and the elaborate versions of the same.
Developers
:arrow_right: Create Restricted Key
and give an identifiable name to the restricted key. You may want to name this Reveal and give reveal.io as the website (if Stripe asks for this).restricted key
and store them in a secure and retrievable place.restricted key
copied on Step 2.Here is the list of permissions to be provided to every RESOURCE TYPE
.
RESOURCE TYPE | PERMISSIONS | CONNECT PERMISSIONS |
---|---|---|
All core resources | Read | Read |
All Checkout resources | Read | Read |
All Billing resources | Read | Read |
All Connect resources | Read | - |
All Orders resources | Read | Read |
All Reporting resources | Read | Read |
All webhook resources | Write | - |
Stripe CLI permissions | None | None |
All Payment Links resources | None | None |
All Terminal resources | Read | Read |
Tax | Read | Read |
Radar | Read | Read |
All Climate resources | Read | Read |
Steps to create restricted keys are as follows:
Was this article helpful?