Skip to content
  • There are no suggestions because the search field is empty.

Integrating your Stripe Account

Integrating your Stripe Account

This page will describe the steps needed to connect your service to Stripe.

API Keys

  1. Log into your Stripe account

  2. Navigate to the API Keys page

    1. https://dashboard.stripe.com/apikeys
  3. Click on “Create Secret Key”

  4. Copy the “Secret key”

    1. NOTE: You will only be able to see this key once. Store in a safe place.
  5. Copy the “Publishable key”

  6. Provide both keys to Launch Mobility

Webhooks

  1. Log into your Stripe account

  2. Navigate to the Webhooks page

    1. https://dashboard.stripe.com/webhooks
  3. Click on “Add Endpoint” from “Endpoints receiving events from your account“

  4. Enter the Webhook information:

    1. Enter the endpoint URL:

      1. https://api.launchmobility.com/push/stripe/v1
    2. Select the events to send:

      1. charge.expired

      2. charge.dispute.closed

      3. charge.dispute.updated

      4. charge.dispute.created

      5. charge.succeeded (if ACH payments allowed)

    3. Click on “Add Endpoint”. The dialog box will close.

  5. On the “Signing Secret” press on the “Click to reveal” button

  6. Copy the “Secret Key”

  7. Provide key to Launch Mobility