Skip to main content

Stripe Settings

Steps to define Payment Module Stripe settings
Steps to define Payment Module Stripe settings
  1. In WordPress administrator main navigation click ActiveMember360, Payment Settings.

  2. In ActiveMember360 Payment Settings tabs click Stripe.

  3. Set Stripe Status to Yes/On/Activated.

  4. Enter your Test secret key.

    This is available from within your Stripe account. See image below with highlighted steps. The Test secret key is shown in step C:

    Steps for obtaining the Stripe test secret key

  5. Enter your Test publishable key.

    This is available from within your Stripe account. See image below with highlighted steps. The Test publishable key is shown in step C:

    Steps for obtaining the Stripe test publishable key

  6. Enter your Live secret key.

    This is available from within your Stripe account. See image below with highlighted steps. The Live secret key is shown in step C:

    Steps for obtaining the Stripe live secret key

  7. Enter your Live publishable key.

    This is available from within your Stripe account. See image below with highlighted steps. The Live publishable key is shown in step C:

    Steps for obtaining the Stripe live publishable key

  8. Copy one of the URLs shown here for Test mode.

    If no URL is visible, you need to setup at least one security code as detailed here ActiveMember360, Settings, Security, Security Codes after which the webhook URL will be shown.

    Create a webhook endpoint for Stripe Test mode. Follow the steps detailed below:

    Steps for creating the Stripe test webhook

    A. Select Webhooks.

    B. Ensure Viewing test data is activated.

    C. Click on Add endpoint.

    D. Enter/paste into the Endpoint URL field the webhook URL copied at the beginning of this step.

    E. Select the following Events to send from the dropdown.

    • charge.refunded
    • customer.subscription.deleted
    • invoice.payment_failed
    • invoice.payment_succeeded

    F. Click on Add endpoint.

  9. Copy one of the URLs shown here for Live mode.

    If no URL is visible, you need to setup at least one security code as detailed here ActiveMember360, Settings, Security, Security Codes after which the webhook URL will be shown.

    Create a webhook endpoint for Stripe Live mode. Follow the steps detailed below:

    Steps for creating the Stripe live webhook

    A. Select Webhooks.

    B. Ensure Viewing test data is deactivated.

    C. Click Add endpoint.

    D. Enter/paste into the Endpoint URL field the webhook URL copied at the beginning of this step.

    E. Select the following Events to send from the dropdown.

    • charge.refunded
    • customer.subscription.deleted
    • invoice.payment_failed
    • invoice.payment_succeeded

    F. Click Add endpoint.

  10. Enter the Signing Secret Key (Live Mode).

    This is used to verify incoming webhooks from Stripe.

    This is available from within your Stripe account. Follow the steps detailed below. The Signing Secret Key (Live Mode) is shown in step D:

    Steps for accessing the Stripe live endpoint settings

    A. Select Webhooks.

    B. Ensure Viewing test data is deactivated.

    C. Click the ActiveMember360 endpoint identified by your WordPress site URL followed by the string mbr-payment/stripe/v1.

    Steps for obtaining the Stripe live endpoint siging secret key

    D. Click on reveal to show the Signing Secret Key (Live Mode).

  11. Enter the Signing Secret Key (Test Mode).

    This is used to verify incoming webhooks from Stripe.

    This is available from within your Stripe account. Follow the steps detailed below. The Signing Secret Key (Test Mode) is shown in step D:

    Steps for accessing the Stripe test endpoint settings

    A. Select Webhooks.

    B. Ensure Viewing test data is activated.

    C. Click the ActiveMember360 endpoint identified by your WordPress site URL followed by the string mbr-payment/stripe/v1.

    Steps for obtaining the Stripe test endpoint siging secret key

    D. Click on reveal to show the Signing Secret Key (Test Mode).

  12. Click Save Settings.