Versions Compared

Key

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

...

Set Up The Integration  On Magento 2 

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

 

Firstly, admin click on First, navigate to Backend of Magento 2 > Stores > Configuration > Sales > Payment Methods

 Admins have the ability of setting Stripe on Magento 2 stores or not. Using API Keys from Stripe websites to fill in the following fields below.

In addition, admins 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, Minimum or Maximum for Order Total.  

Payment Action: choose Authorize Only or Authorize and Capture

 Distinguishing between Authorize Only&  Authorize and Capture:          

...

.

 

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.

 

Image Added

 

Image 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

...

Image Removed

...

.

  (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. 

Note: This direction can be applied with all Subscription product and non-subscription product.

 

...

 

Main Functions

For Subscription Product 

  • Create a subscription product

To create a subscription product, admin click on Products > Catalog and choose a product type. 

Then, the New Product page will be shown. Regarding the Stripe Payment and Subscriptions extension, admin needs to consider two tabs named Stripe Subscription and Stripe Subscription Billing Options.

 

 At Stripe Subscription tab, admin will set whether a product is a stripe subscription product or not.

 

+ YES: This product will be shown as a stripe subscription product at front end. This means this product's plans which were set at the Stripe Subscription Billing Options tab will be shown with this product at this product detail page (e.g. Plan ID, Billing Frequency ...). Customers will choose one of them and payment. 

 

+ NO: This product will be shown as a simple product (don't show this product's plans, it will be hidden). 


- At Stripe Subscription Billing Options tab, admin will need to set plans if they wish it is a subscription product. There are some fields that admin need to set, include:

+ Plan ID. 

+ Period Unit: Select one of the period units (Day, Week, Month, Year).

+ Billing Frequency.

+ Trial Period: Yes/No (Whether the product have a trial version or not). If admin choose Yes, they can define the period time allowing customer can use free the product according to your wish. If admin choose No, this means this product will not have a trail version. 

Also, if admin want to add more plans for a product, they only click on Add Option button. Then, admin can add the same as above. 

 



Please click on Save button to complete. 

At the same time, your stripe account will also automatically sync a product corresponding with the subscription product created at Plans tab.

 

 

  • View And Manage Stripe Payment 

            We created a Stripe Payment tab which allows admin can view and manage all of things Stripe Order. 

            There are two tabs, includes: 

  •  Settings

          With the Settings tab, we provide admins with the fastest way possible to access to Stripe Payment Settings.    

  • Subscription Manager

          Go to Subscription Manager tab, admin will see the list of orders regarding the subscription products. 

 


Admin can view and manage some information such as: Order ID, Subscription ID, Start Date, End Date and Status an easy way.   




To view more detail, please choose a order that admin consider and click on View. 


...