How to configure Stripe Payment Gateway ?

1 minutes read

Online payment processing for internet businesses. Stripe is a suite of payment APIs that powers commerce for online businesses of all sizes

Step by step

Follow the below steps

  • First of all , you have to create account in Stripe.

  • Go to API in the left menu..

  • Your secret and publishable keys should be on this page. Before using generated secret keys you will need to use the toggle switch that says Viewing test data. You have to set it to Viewing live data..

  • Now click on Reveal live key token.

  • Note

    Your account will have two sets of API keys – Live and Test. In order to get access to both of them, you will need to use the toggle switch in the left menu that says “View test data”. Clicking that switch will toggle between the live and test keys. Live keys will start with pk_ and sk_. The pk_ keys are the publishable keys. The sk_keys are the secret keys. Test keys will start with pk_test_ and sk_test_. The pk_ keys are the publishable keys. The sk_keys are the secret keys..

Was this article helpful?