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.
...
:
Create API key and webhook in Stripe
Add the Stripe in GoMeddo Payments
Update the webhook in Stripe
Create API key and webhook in Stripe
Login to your stripe Stripe dashboard
Go to “Developers”, this should be in the top bar on the right
Then click API KeyKeys
Click Reveal test key next to Secret key
Copy the secret Secret key for later use
Go to “Developers”, this should be at the top right side of the page
On the left sidebar click “Webhooks”
Click “+ Add Endpoint”
In the Endpoint URL field specify the following url, the “ account id & provider id will be changed later.
back to DevelopersNext to API Keys in the top bar, click on Webhooks
Click Add an endpoint
Specify the following url in the Endpoint URL field:
https://api.payment25.com/api/v1/account/<account id>/provider/<provider id>/callbacks
Click on " + Select events”
Click on Checkout and then select “Select all Checkout events”
At the bottom click on “Add events”
Click on “Add endpoint”
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
Look for Signing secret, and click Reveal
Copy the secret and keep it for later use.
...
Add the Stripe in GoMeddo Payments
In Salesforce open GoMeddo Payments
Go to configuration and create stripe provider
Fill in the provider details
Provider name can be anything recognizable
Paste the generated API key from Stripe you copied Configuration
Click on Configure Providers
Click + Configure in the Stripe box
Create you GoMeddo Payments Stripe account:
provider_name: chose a recognisable name
api_key: this is the first Secret key from the previous step
webhook_secret: this is the second Signing secret from the previous step
Click Test to verify your credentials
Click Submit
Copy the webhook url Callback ULR on the provider page
...
Update the webhook in Stripe
Login Go back to stripe againStripe
Go to “Developers”, this should be at the top right side of the pageOn the left sidebar click “Webhooks” Developers
Go to Webhooks
Open the webhook you configured earlier.Edit details, by pressing
Click on the three dots. on the right
Click on Update details
Paste the webhook you copied earlier in the endpoint Endpoint URL in Stripe field, overwriting what was previously there.
Press Update endpoint to save your webhook.