Versions Compared

Key

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

Overview

// 

Overview


Stripe Bacs module for HostBill enables to accept Bacs Direct Debit payments from customers with a UK bank account. Bacs Direct Debit is a reusable, delayed notification payment method.

Activating the module

...

In order to activate the module login to your HostBill admin panel, go to to Settings → Modules → Payment Modules, choose Stripe Intents ACSS 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  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. Collect recurring - When enabled module will use recurring payment feature to capture due invoices using module's cron
  5. Days before due date - Automatically charge client mandate X days before invoice due date. Leave empty for default value for credit cards captures
  6. Assume successful payment - Once enabled, as soon payment is submitted it will be added to HostBill in Processing state. Once payment is succesfull it will change transaction status in HostBill to Success. If it fails, it will be charged back in HostBill

Image Modified


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

When selecting events, pick:

  • checkout.session.completed
  • charge.succeeded
  • charge.dispute.funds_withdrawn
  • charge.failed

Image Modified

Select Webhook URL and copy Signing secret for configuring Stripe integration module 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.