I am attempting to add a webhook as follows:
{
"name": "Payment webhook",
"url": "https://mydomain.com/authwh",
"eventTypes": [
"net.authorize.payment.authcapture.created",
"net.authorize.payment.authorization.created",
"net.authorize.payment.capture.created"
],
"status": "active"
}
And i keep getting the following response:
{
"status": 400,
"reason": "INVALID_DATA",
"message": "An error occurred while processing the request. Please note the correlation id for the request and contact Support for more details.",
"correlationId": "67f6ff21-c335-4122-8a81-98f899d232fe"
}
11-01-2019 07:51 AM
I have the same issue. Did solve it?
Does anyone solve it?
06-14-2021 10:03 AM
I found the solution. I had to create "Signature Key" before creating webhook.
06-14-2021 01:13 PM
I will ensure that I bookmark your blog and will come back sometime soon.
06-25-2021 03:58 AM
@foxnetsoft wrote: rapidfsI found the solution. I had to create "Signature Key" before creating webhook.
Thanks for the clarification
07-06-2021 05:21 AM