cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Add Webhook - INVALID_DATA error

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"
}

customsystems
Member
4 REPLIES 4

I have the same issue. Did solve it?

Does anyone solve it?

 

foxnetsoft
Member

I found the solution. I had to create "Signature Key" before creating webhook.

I will ensure that I bookmark your blog and will come back sometime soon.

Mclaren112
Member

@foxnetsoft wrote: rapidfs

I found the solution. I had to create "Signature Key" before creating webhook. 


Thanks for the clarification