Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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


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
  4. Statement descriptor - optional string to be shown on credit card statement
  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)


Go to Developers → Webhooks section and click "Add endpoint". Copy Callback URL from HostBill module to Endpoint URL in Stripe dashboard.

When selecting events, pick:

  • payment_intent.succeeded
  • payment_intent.payment_failed
  • charge.dispute.funds_withdrawn

Select Webhook URL and copy Signing secret for configuring Stripe integration module in HostBill.



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.


 
  • No labels