1. Visit Stripe Dashboard -> developer -> API key at this Link

  2. From there, you can generate two types of API key 

    1. Standard key: These keys will allow you to authenticate API requests without restrictions. 
    2. Restricted key: A restricted key allows only the minimum level of access the service needs while protecting account data it doesn't need. For example, you can create a restricted key that grants read-only access to dispute data.
  1. Standard Key: Your standard key you will find in this link

    1. To use standard key copy secret keys. Which can be used to perform any API request without restriction. 
  1. Restricted API key: you will find it in this link
  1. Please allow read permission to -> All Connect resources to provide access to the account.
  1. Please refer to the Stripe documentation at this link for more details.

If you are facing any trouble or need further assistance, please write to [email protected].