1. Create a Stripe account https://stripe.com/br
2. Access the dashboard and activate the test mode
3. Click on developers
4. Click API Keys
SPECIFICATIONS
- Test Mode Secret Key: Use this key to authenticate requests to your server when in test mode. By default, you can use this key to perform any API request without restriction.
- Test Mode Publishable Key: Use this key for testing purposes in your mobile app's client-side code.
- Production Mode Secret Key: Use this key to authenticate requests to your server when in production mode. By default, you can use this key to perform any API request without restriction.
- Production mode publishable key: Use this key when you are ready to release your application, in the client-side code of your mobile or web application.