Card authentication and 3D Secure in Membership module

Card authentication and 3D Secure in Membership module

Introduction

3D Secure is a security protocol that is used to protect online credit and debit card transactions. It is often used in membership programs to help prevent fraud and protect the sensitive financial information of customers.

What is 3D Secure?

3D Secure ensures that every card transaction made on the Membership app is authorized by you. 3D Secure works by adding an extra layer of authentication to online transactions. When a customer makes a purchase with a credit or debit card, the 3D Secure system will prompt them to enter a special code or password that is associated with their card. This code or password is known only to the cardholder, and it provides an additional level of security to ensure that the transaction is being made by the authorized cardholder.

3D Secure and membership module

To support the 3D Secure Payment you need to enable the below settings from your Stripe account -

Go to your Stripe account > Go to Settings > Settings -> Billing-> Subscriptions and emails -> Manage payments that require 3D Secure and enable it

Or after login just click on the following link to go directly to the subscription and emails page - https://dashboard.stripe.com/settings/billing/automatic

Just enable the 3D secure option




After enabling the 3D secure option in your stripe account now you need to change your front membership page embedded code to implement the new changes on that page.

This change is only needed to do if you are using the Form shortcode at your front store for the membership form.

Please do the following steps in the Membership app -

Step 1: Go to Membership >> Dashboard >> Plan >> Edit the active plan available on the website



Step 2: Go to the embed code section and copy the new code to replace the existing membership form


Once you will reply to the code the card section layout will be changed with a new layout like below one

Free trial for subscriptions

Stripe's PaymentIntent API mandatorily requires the customer's intent while purchasing any subscriptions. That is only possible when there's some minimum amount charged while buying a subscription. To enable a smooth free trial for your subscriptions, we have added a minimum charge of USD 0.50 to start the subscription in Stripe and then adjust the amount in the actual subscription charge for that customer.


    • Related Articles

    • Enable membership v2 module and setup supported payment gateway (Membership V2)

      Introduction Unlocking advanced features and enhancing your platform's functionality often involves activating specific modules tailored to your needs. One such module, Membership V2, promises to revolutionize user engagement and membership ...
    • What is membership module?

      Introduction In this article, we'll delve into the intricacies of membership modules within AiTrillion, exploring how they can revolutionize your e-commerce operations and drive unparalleled customer loyalty. What is a membership module? Membership ...
    • How To Setup Recurring Membership Module?

      Watch the Quick Video below to set up the Membership module Membership Module Integration Steps Create Plan Add Short-codes in theme liquid files(Optional) Add Short-codes in theme liquid files only if using Restricted Access(Plan Rules) in ...
    • Connect PayPal Payment Gateway In Membership Module

      Refer to the below steps to get the Account User Id, Account User Password, Account User Signature Step 1. Obtain Credentials from PayPal. To obtain it here are the following steps -: Sign in to your PayPal business account Link your business account ...
    • Set Up The Membership Module Again After Changing The Theme

      For the Membership module, if you added or publish a new theme after the app is installed then these snippet files will need to be added to the new/updated theme along with the liquid installation. Follow below steps to setup the Membership Module ...