Stripe Intents - 3D Secure integration

Overview


HostBill supports 3D Secure integration with Stripe using Payment Intents out of the box (to comply with SCA regulations).

Activating the module


In order to activate the module login to your HostBill admin panel, go to Settings → Modules → Payment Modules, choose Stripe Intents 3D Secure gateway and click Activate.  

Module configuration


Please note: 

In order for the gateway to work properly you need to configure the Webhook. Please see the external article on Webhook setup.

Once the payment gateway is activated you need to configure it. 
Please see external articles on how to setup:

Then proceed to filling in all other configuration fields:

  1. Secret Key
  2. Publishable Key - both keys can be obtained once you login to your Stripe dashboard (go to Developers → API Keys)
  3. Signing secret - for webhooks, obtained from stripe console. Please see the external article on Webhook setup.
  4. Statement descriptor - By default, your account's statement descriptor appears on customer statements whenever you charge their card. If you need to provide a different description on a per-charge basis, include the statement_descriptor parameter.
  5. Don't store cards from these countries - list of card-origin countries you wish to not store token for (and enforce 3DS/SCA process for each payment)
  6. Maximum amount for the transaction - Required for the indian cards mandate. The maximum amount for which a recurring payment can be made. 100000 = 1,000 INR. Default value is 2000000. Amount above 15,000 INR will require 3DS check
  7. Maximum number of transactions per day - Required for the indian cards mandate. The maximum number of transactions that can be made in one day for recurring payments. Default value is 20
  8. Disabling saving card in cart - The option disables adding a card in cart. This option is useful when a mandate is required for payment and the activation of the mandate takes some time
  9. 3DS in new page - If 3DS is required, authorization will be done on the new page and not in the iframe
  10. Attempt to tokenize previously stored card - When enabled and card passed to module is not tokenized (added to HostBill before enabling module), attempt to tokenize at stripe.



FAQ


Question: I've enabled the module but it does not display in my client portal.
Answer: This module does not support the currency you attempt to display it in, please use background currency conversion.