Versions Compared

Key

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

...

  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:

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

Image Removed

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.


...