The configuration of Stripe Adyen in GoMeddo Payments is a two part process. First consists of three steps you need to provide GoMeddo with the api key for your stripe account. GoMeddo will come back to you with your account and payment provider id. Then setup the webhook and share the webhook secret with GoMeddocreate credentials in Adyen, add the provider in GoMeddo Payments, then create a webhook in Adyen.
Provide the api key
Login to your stripe dashboard
Go to “Developers”“Developers”, this should be at the top right side of the page
On the left sidebar click “API Keys”
Find your secret key
Create a secure note with your secret key via Cryptex (Note: The generated link is valid once. Do not open it once generated)
If you already have a account for GoMeddo Payments please also include the account id
Share the Cryptex link with GoMeddo
You will receive your account id and provider id along with the confirmation that your stripe account is configured. Now continue with setting up the webhook
Setup the webhook
Info |
---|
You can only do this step once you have gotten your account id and provider id from GoMeddo |
Login to your stripe dashboard
Go to “Developers”, this should be at the top right side of the pagein the menu and the left.
Then click “API Credentials”
Create new credentials, and copy the generated API key.
Create provider in GoMeddo Payments
In Salesforce open GoMeddo Payments
Go to configuration
Fill in the provider details
Provider name can be anything recognizable
Merchant account name needs to match your exact merchant account name from Adyen, this can be a different name then the account in Adyen.
Indicate if you use Adyen as test or live
Paste the generated API key from Adyen you copied from the previous step
Press submit.
Setup the webhook
In Salesforce open GoMeddo Payments
Go to configuration
Configure providerrs
In the just configured Provider you’ll see a webhook URL. Copy this URL.
Go back to Adyen
Go to “Developers” in the menu at the left
On the left sidebar click “Webhooks”
Click “+ Add Endpoint”
Standard webhook
Give it a description
In the Endpoint URL field specify the following url (replace <account id> and <provider id> with your values):
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.
Create another cryptex link with your singing secret, account id and platform id and send it to GoMeddo
You will get confirmation that your account is onboardedServer endpoint paste the previously copied url.
Go to security and add the basis authentication credentials as in the screenshot below
Click on apply