Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At back end, admin need to configure some fields to connect between your Magento site and the stripe account. 

Firstly, admin click on Stores Stripe Payments > Configuration > Sales > Payment MethodsSettings > Stripe Payment Gateway

Edit the Title to the title you want to be displayed on the Checkout Page.

(plus)Image Added If you use the Test Key:

  • You should fill in Stripe API Test Keys in Test Publishable Key, Test Secret Key to connect Magento and Stripe Payment Gateway.
  • Turn on the Sandbox Mode Enabled by choosing Yes.

(plus)Image Added If you use the Live Key:

  • Fill in your Stripe API Keys in Live Publishable Key, Live Secret Key to connect Magento with Stripe Payment Gateway.
  • Turn off the Sandbox Mode Enabled by choosing No.

(plus)Image Added Admin can set the Payment Action to be Authorize and Capture or Authorize Only

  • Authorize Only( Authorization): will check the card for validity but not charge the account yet until the order is approved and invoiced.
  • Authorize and Capture(Sale):  will charge the debit/credit card at the time of the order submission.

(plus)Image Added Admin can set the New Order Status: Processing, Suspected Fraud

  • Processing: 
  • Suspected Fraud: No invoice is issued

In addition, admin can set information for: Title, Secret Key, Publishable Key, Payment Action, New Order Status, Sandbox Mode Enabled, Email Customer, Credit Card Types, Credit Card Verification, Payment from Specific Countries.

...

In our example, we use test mode so we will fill test publishable key and test secret key to config between Stripe and Magento 2.


Image RemovedImage Added

 

 

   (plus) Payment Action: Authorize and Capture:   

                                      (tick) Authorize Only( Authorisation): will check the card for validity but not charge the account until the order is approved and invoiced.   

                                  (tick) Authorize and Capture(Sale):  will charge the debit/credit card at the time of the order submission.

  (plus) New Order Status: Processing

...