I’m implementing a custom payment gateway, but I have problems with the refund.
When creating a payment at Snipcart, I submit a {links: {refunds: ‘https://domain.com/myendpoint/myid’}} object. But when I request a refund in the Snipcart dashboard, I get an “We encountered an error while processing the last request, do you want to try again ?” error message.
I’m in TEST mode and my submitted endpoint accepts GET requests.
I couldn’t find any information in the webhooks or developer logs. How will I find out what went wrong?