Versions Compared

Key

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

Overview


HostBill supports Stripe's pre-authorized debit payments from customers with a Canadian bank account using the Automated Clearing Settlement System (ACSS).

Activating the module

...

In order to activate the module login to your HostBill admin panel, go 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. 

...

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


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.