Getting Credentials on Stripe

Á

Álvaro Moura

Last updated on Jul 6, 2026

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

  1. 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.
  2. Test Mode Publishable Key: Use this key for testing purposes in your mobile app's client-side code.
  3. 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.
  4. 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.