02-21-2019, 03:13 AM
(This post was last modified: 02-21-2019, 03:15 AM by DanBarclay.)
(02-20-2019, 09:28 PM)lfeliz Wrote: I have decided to implement the Webhook handler the payment service in PHP for now as all I was trying to do was receive the information (Body) and place in a queue for processing.
Cheers!
OK. I checked my implementation and found I had changed back to a Get instead of Post, which is good for what I was doing.
Jose might check the Post demo and maybe see if there is some issue (I think he's more familiar with that). I don't recall if you've already said, but it will be helpful to know which Delphi and IW versions you are using.
When I was tinkering with this stuff I was surprised at how much data could be passed with Get these days (earlier it was very limited, 255 bytes I think). Get was well within my requirements. I'm officially lazy and Get was easier to test and play with, so ideal for me <g>.
http://stackoverflow.com/questions/16172...e-to-a-get
Dan