I would like to know your experience with testing integration of SnipCart with Authorize.net.
I have a site where user can purchase a digital product using SnipCart interface. Now, I want to allow access to this product only if the payment was successful. In order to do that, the site is listening to webhooks (both from SnipCart and Authorize.net). The problem is, SnipCart does not allow you to integrate with sandbox Authorize.net account. And I would like to avoid to do real payments and refunds during the implementation phase. For now, I've just tested it manually (SnipCart in test mode and payments through Authorize.net virtual terminal). Separately, everything works as expected.
I would like to know, how to pair Authorize.net transaction with SnipCart order? Do you know what information Snipcart uses for correlation their orders with payments (SnipCart order token, invoice number)?
I was not able to find out this information from their documentation.
Thank you for answers.