Versions Compared

Key

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

The configuration of Stripe in GoMeddo Payments consists of three steps you need to create credentials in Adyen, add the provider in GoMeddo Payments, then create a webhook in Adyen.

...

:

  1. Create API key and webhook in Stripe

  2. Add the Stripe in GoMeddo Payments

  3. Update the webhook in Stripe

Create API key and webhook in Stripe

  1. Login to your stripe Stripe dashboard

  2. Go to Developers, this should be in the top bar on the right

  3. Then click API KeyKeys

  4. Click Reveal test key next to Secret key

  5. Copy the secret Secret key for later use

  6. Go to “Developers”, this should be at the top right side of the page

  7. On the left sidebar click “Webhooks

  8. Click “+ Add Endpoint

  9. In the Endpoint URL field specify the following url, the “ account id & provider id will be changed later.
    back to Developers

  10. Next to API Keys in the top bar, click on Webhooks

  11. Click Add an endpoint

  12. Specify the following url in the Endpoint URL field: https://api.payment25.com/api/v1/account/<account id>/provider/<provider id>/callbacks

  13. Click on " + Select events

  14. Click on Checkout and then select Select all Checkout events

  15. At the bottom click on Add events

  16. Click on Add endpoint

  17. Once the endpoint is added you will be redirected back to an overview with all your webhooks. Click on the webhook you have configured.On the top it will say "Signing secret” along with “Reveal”. Click on reveal top copy

  18. Look for Signing secret, and click Reveal

  19. Copy the secret and keep it for later use.

...

Add the Stripe in GoMeddo Payments

  1. In Salesforce open GoMeddo Payments

  2. Go to configuration and create stripe provider

  3. Fill in the provider details

  4. Provider name can be anything recognizable

  5. Paste the generated API key from Stripe you copied Configuration

  6. Click on Configure Providers

  7. Click + Configure in the Stripe box

  8. Create you GoMeddo Payments Stripe account:

    1. provider_name: chose a recognisable name

    2. api_key: this is the first Secret key from the previous step

    Paste the generated webhook secret from Stripe you copied from
    1. webhook_secret: this is the second Signing secret from the previous step

    image-20240131-135258.pngImage Removed
  9. Click Test to verify your credentials

  10. Click Submit

  11. Copy the webhook url Callback ULR on the provider page

...

  1. Screenshot 2024-05-14 at 10.26.11.pngImage Added

Update the webhook in Stripe

  1. Login Go back to stripe againStripe

  2. Go to “Developers”, this should be at the top right side of the pageOn the left sidebar click “Webhooks Developers

  3. Go to Webhooks

  4. Open the webhook you configured earlier.Edit details, by pressing

  5. Click on the three dots. on the right

  6. Click on Update details

  7. Paste the webhook you copied earlier in the endpoint Endpoint URL in Stripe field, overwriting what was previously there.

  8. Press Update endpoint to save your webhook.