Order update Postback URL not hit for my Google Apps Script

jini
Hi Team,
I am using google apps script to perform orders. I have set the service URL in the app postback URL. But I could not see any response there. My API service URL is not an anonymous URL. Is that the reason its not hit there? Is there a way to send OAuth credential along with that?
  • sujith
    It has to be a public endpoint and you can authenticate incoming data as mentioned here. I am afraid we can't send any additional information while sending postbacks.
  • jini
    I have a public endpoint for the App Script service. But I am afraid that the URL will redirect to the google login page whenever there is a hit happens. Is there a way to receive data in authenticated URL?
  • sujith
    No, we don't have that feature.
  • jini
    I can see a similar approach is used by a member in this forum. https://kite.trade/forum/discussion/10838/postback-url-limit/p1

    Is there an option to connect to that person and figure out a solution?
  • sujith
    You can comment on that thread and see if he was able to implement it. However, we haven't made any changes on Kite Connect for this apart form increasing the URL length.
  • jini
    Hi Sujith I got it working with anonymous publish
Sign In or Register to comment.