I am using the 3dcart webhook on new order to process recurring (auto ship) orders, but I'm finding the lack of documentation on the webhooks very difficult to work with. I am assuming that a new recurring order will also send the order information to the webhook. Now, I am wondering how I could verify that the request I receive is a valid 3dcart request. As it stands right now, anyone with the knowledge of the api url and some order information can call my api.
Is there some 3dcart api that I can use to verify it?
Also, isn't there any mechanism to test a recurring order webhook? The only thing I can do right now is purchase an item and reship it everyday, and wait 24hrs to see if it all worked.
Is there some 3dcart api that I can use to verify it?
Also, isn't there any mechanism to test a recurring order webhook? The only thing I can do right now is purchase an item and reship it everyday, and wait 24hrs to see if it all worked.
Comment