Versions Compared

Key

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

...

After that, click on API at the left corner > API Keys to take API Keys to config between Stripe and Magento.

 

Set Configuration 

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

...

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, Enable 3D Secure . 

We recommend two methods that customers can choose to checkout with Stripe: Stripe Embedded and Stripe Checkout Iframe. 

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.


 

 

   (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

 (plus) Enable save card: Yes to turn on Save Card mode

 (plus) Enable 3D secure: Yes to turn on 3D secure mode.

      There are some notices for 3D secure that we have noted below tool tip. Please read carefully before choosing set up mode.            

  1. Off: Disable checking for 3D Secure support
  2. Check when required: Only performs 3D Secure test when it is required by customer’s bank
  3. Optional 3D Secure: Performs 3D Secure test when it is supported by bank. If 3D Secure is not supported, the card will still be charged as usual
  4. Required 3D Secure: Always check for 3D Secure and stop the payment if it is not supported.

When done, please press Save Configuration > Cache Management, your configuration is ready to use. 

...