Step 4: Webhook configuration
To ensure timely and accurate payment updates are relayed to Solvimon, the following webhook configuration is required within your Adyen account.
Prerequisite:The Adyen integration with Solvimon must be successfully linked before proceeding with webhook configuration.
Webhook Configuration
Type: Standard webhook
Merchant Accounts: Specify the list of Adyen Merchant Accounts for which you want payment-related events to be sent to Solvimon. This selection establishes the connection for receiving updates.
Solvimon Webhook URL:
-
Test Environment:
https://test.api.solvimon.com/v1/external/webhooks/adyen?integration_id=[INTEGRATION_ID] -
Live Environment:
-
Contact Solvimon Support to request your unique, dedicated API URL
-
[DEDICATED_API_URL]/v1/external/webhooks/adyen?integration_id=[INTEGRATION_ID]
Note: Replace
[DEDICATED_API_URL]with the value provided and[INTEGRATION_ID]with the unique Integration ID provided by Solvimon. -
Request Method: POST with application/json content type (JSON)
Acceptance Criteria: Webhook calls should be considered successful upon receiving an HTTP 2XX status code from Solvimon's endpoint.
Encryption Protocol: TLSv1.3
Observed Events:
The following Adyen events must be subscribed to for proper payment update propagation to Solvimon:
AUTHORISATIONAUTORESCUECANCEL_AUTORESCUECHARGEBACKREFUNDREPORT_AVAILABLE(Specifically required when processing product items of typeDEDUCTION)
Authentication Credentials:The username and password for Basic Authentication will be provided by Solvimon upon completion of the Adyen integration linking process.
Authentication Method: Basic Authentication
Additional Settings:
The following settings are highly recommended or required for optimal data transmission to Solvimon:
-
Include Bank Account Details: Enable this option to include bank account information (where applicable) in the webhook payload.
-
Include card info for recurring contract events: Enable this to ensure card details are included in webhook events related to recurring payments.
-
Include detailed Card BIN information: Enable this setting to provide granular details about the card's Bank Identification Number (BIN).
-
Skip sending to PAL(Configuration by Adyen): This setting must be configured by Adyen. Please submit a request to Adyen Support at [email protected] to enable this for the specific webhook. You can find the webhooks IDs here:
https://ca-test.adyen.com/ca/ca/config/webhooks.shtmlImportant:This configuration ensures that any additional properties Solvimon sends during the payment flow are consistently included in the webhook payload.
This
Skip sending to PALproperty needs to be configured per webhook.
By configuring these webhook settings in your Adyen account, you will ensure that Solvimon receives all necessary payment updates in a timely and secure manner, enabling seamless processing and reconciliation.
Updated 3 months ago