How to Add Adyen as a Payment Method in Upmind
Adyen is a global payment gateway that accepts a wide range of payment methods, including credit cards, digital wallets, and local payment options, all through a single platform.
Getting Credentials
You need to get some credentials needed before adding Adyen to Upmind. Log in to your Adyen account to obtain the API Key, Client Key, Merchant Account and HMAC Key.
- Go to Developers → API credentials, create new credentials or select an existing API credential username for your integration.
- Under Server settings → Authentication, select the API key tab.
- Click Generate API key, then click the copy icon and store your API key securely.
- Under Client settings → Authentication, select the Client key tab.
- Click Generate client key.
- Under Add allowed origins, enter your Upmind store domain and click Add.
- Under Permission → Roles → Uncategorized, ensure that you’ve ticked the API tokenise payment details option. If this option is unavailable for you, please ask Adyen support team to activate it for you.
- Click Save changes.
How to Get Merchant Account
After generating the API and Client Key, raw data will be displayed. The Account column will indicate a Merchant Account.
- Go to Developers → Webhooks.
- Create a new webhook or search by endpoint URL or Webhook ID to locate the webhook you want to update, then click the edit icon.
- Under Security, click Generate to create a HMAC key.
- Copy the HMAC key and store it securely, as it cannot be retrieved later.
- Under Events, ensure that you’ve selected All to receive all events.
- Click Save configurations.
- Then, for the Webhook Settings, ensure that you’ve ticked both Recurring contract and Authentication.
Additional Settings to Check for Storing Cards
- Go to Developers → Additional Data, and tick Recurring detail.
- Check Recurring option is turned ON in Settings → Checkout Settings → Tokenization → Recurring.
Adding a Payment Provider in Upmind
Go to Settings → Payment providers in your admin area. Then click Add payment provider and choose Adyen.
Adding details
- Scroll down to the page and complete the necessary fields.
- Enter a display name.
- Click the Test Mode and select the option No.
- Enter the API Key, Client Key, Merchant Account and HMAC Key that you have obtained from Adyen.
- You might Test Credentials and it will show Successful authentication!
- Add currencies.
- Enter payment instructions (optional)
- Click Create
Editing the payment method
You can change or update the payment method. Go to the Payment Providers page, click the three dots, and select Edit.
Updated 3 days ago