Skip to main content
Best answer

Webhook Issue with Instamojo

  • 5 June 2024
  • 5 replies
  • 17 views

I tried form & json 

 

Set the properties

 

I am succeeding in Test and getting values - but the Key names are empty!

 

Any suggestions?

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

Userlevel 7
Badge +14

Hi @fantomvfx6 

Check the Data field description for guidance.

The Data is key/value pair.

Left/top field is the key. (You need to set static values for the key.)

Right/bottom field is the value.

 

But in my C# code - it is only showing values - not keys

string value = this.Request.Form[key];
stringBuilder.AppendLine($"{key}: {value}");

Userlevel 7
Badge +14

@fantomvfx6 

The screenshot shows 1 key/value pair, where the key is empty, and there are 4 variables mapped as the value.

If you want to add another key/value, you would click the [ + ] button.

 

Userlevel 7
Badge +14

@fantomvfx6 

Example with 2 key/value pairs.

 

Yeah, got it working.  

Thanks for same!

 

Isn’t the UX very confusing - It should have given a warning if key is empty!