×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

How do you obtain the publishable key and secret key from the Stripe dashboard, and why is it crucial to keep the secret key confidential?

by EITCA Academy / Monday, 19 August 2024 / Published in e-Learning, EITC/EL/LDASH LearnDash WordPress LMS, First steps in LearnDash, Processing payments with Stripe, Examination review

To obtain the publishable key and secret key from the Stripe dashboard and understand the importance of maintaining the confidentiality of the secret key, one must follow a series of methodical steps. This process is critical, especially when integrating Stripe with LearnDash, a popular Learning Management System (LMS) for WordPress. The keys are essential for establishing a secure and functional payment gateway.

Accessing the Stripe Dashboard

1. Log in to Stripe: Begin by logging into your Stripe account at [stripe.com](https://stripe.com). Ensure you have the necessary administrative privileges to access API keys.

2. Navigate to API Keys: Once logged in, navigate to the dashboard. On the left-hand side, you will see a menu. Click on "Developers" to expand the submenu, and then select "API keys." This section contains all the keys necessary for integrating Stripe with external applications, including LearnDash.

3. View API Keys: In the API keys section, you will find both the publishable key and the secret key. The publishable key is usually labeled as "Publishable key," and the secret key is labeled as "Secret key." The publishable key typically starts with "pk_" and the secret key with "sk_".

4. Copy the Keys: Use the "Reveal test key" or "Reveal live key" button to view the secret key. Copy both keys to a secure location. These keys will be used in the LearnDash settings to configure Stripe as the payment gateway.

Integrating Stripe with LearnDash

1. Access LearnDash Settings: Log in to your WordPress admin dashboard and navigate to LearnDash LMS > Settings. Here, you will find various tabs related to LearnDash configurations.

2. Configure Stripe: Within the LearnDash settings, locate the "Stripe" tab. Here, you will be prompted to enter both the publishable key and the secret key that you obtained from the Stripe dashboard.

3. Enter API Keys: Paste the publishable key and the secret key into their respective fields. Ensure there are no leading or trailing spaces when copying these keys.

4. Save Changes: After entering the keys, save the changes. This action will enable Stripe as the payment gateway for your LearnDash courses.

Importance of Keeping the Secret Key Confidential

The secret key is essentially a password for your Stripe account and grants full access to your Stripe API. It is important to keep this key confidential for several reasons:

1. Security: The secret key provides full control over the Stripe account, including the ability to create charges, refunds, and access customer data. If an unauthorized party gains access to the secret key, they can perform malicious activities such as unauthorized transactions or data breaches.

2. Compliance: Maintaining the confidentiality of the secret key is necessary to comply with various security standards and regulations, such as the Payment Card Industry Data Security Standard (PCI DSS). Non-compliance can result in penalties and loss of trust from customers.

3. Integrity of Transactions: Unauthorized access to the secret key can lead to fraudulent transactions, which can harm the financial integrity of your business. Ensuring the key remains confidential helps protect against such risks.

4. Customer Trust: Customers trust that their payment information is handled securely. Any breach resulting from compromised API keys can damage your reputation and erode customer trust.

Best Practices for Managing API Keys

1. Environment Segregation: Use different keys for testing and production environments. Stripe provides both test and live keys to facilitate this segregation. This practice ensures that testing activities do not impact live transactions.

2. Regular Rotation: Periodically rotate your secret keys. This practice minimizes the risk of long-term exposure if a key is inadvertently compromised.

3. Access Control: Limit access to the secret key to only those individuals who require it for their work. Implement role-based access controls within your Stripe account to enforce this.

4. Monitoring and Alerts: Enable monitoring and set up alerts for unusual activities in your Stripe account. This can help detect and respond to unauthorized access attempts promptly.

5. Secure Storage: Store the secret key in a secure environment, such as a secure server or a secrets management service. Avoid hardcoding the key in your application's source code.

Example Scenario

Consider a scenario where an educational institution uses LearnDash to offer online courses. The institution decides to use Stripe for processing payments. By following the steps outlined above, they obtain the publishable and secret keys from Stripe and configure them in LearnDash. They ensure the secret key is stored securely and access is restricted to authorized personnel only. This setup allows students to enroll in courses and make payments securely, while the institution remains compliant with security standards and maintains customer trust.

In this scenario, if the secret key were to be compromised, an unauthorized individual could potentially issue refunds, create charges, or access sensitive customer information. This could lead to financial losses, legal consequences, and a damaged reputation. By adhering to best practices for managing API keys, the institution mitigates these risks and ensures a secure and reliable payment processing system.

Other recent questions and answers regarding EITC/EL/LDASH LearnDash WordPress LMS:

  • What is the process for setting up user redirection to a custom profile page after logging in using the "Theme My Login" plugin?
  • How can you customize the email notifications sent to users upon registration using the "Theme My Login" plugin?
  • What are the benefits of enabling the "Enable Custom Email," "Enable Custom Passwords," "Enable Custom Redirection," and "Enable Themed Profiles" modules in the "Theme My Login" settings?
  • How can you enable custom CSS for the login page using the "Theme My Login" plugin?
  • What steps should you follow to install and activate the "Theme My Login" plugin on a WordPress site?
  • Why is it important to view the login page in an incognito browser window after making changes, and what should you look for during this verification?
  • What is the purpose of adding the shortcode `[uo_login_ui]` to the login page, and how is it implemented?
  • How can you create a dedicated login page in WordPress for use with the Uncanny Toolkit's front-end login module?
  • What steps are involved in enabling the front-end login module within the Uncanny Toolkit settings?
  • How do you install and activate the Uncanny Toolkit plugin from the WordPress dashboard for customizing the login experience in LearnDash?

View more questions and answers in EITC/EL/LDASH LearnDash WordPress LMS

More questions and answers:

  • Field: e-Learning
  • Programme: EITC/EL/LDASH LearnDash WordPress LMS (go to the certification programme)
  • Lesson: First steps in LearnDash (go to related lesson)
  • Topic: Processing payments with Stripe (go to related topic)
  • Examination review
Tagged under: API Keys, E-Learning, LearnDash, Payment Gateway, Security, Stripe
Home » e-Learning » EITC/EL/LDASH LearnDash WordPress LMS » First steps in LearnDash » Processing payments with Stripe » Examination review » » How do you obtain the publishable key and secret key from the Stripe dashboard, and why is it crucial to keep the secret key confidential?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

Eligibility for EITCA Academy 80% EITCI DSJC Subsidy support

80% of EITCA Academy fees subsidized in enrolment by

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2025  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?