As Ginger Payments and Kassa Compleet lask the real API documentation, I have used the following code from the official Kassa Compleet extension for Magento 1.x as an example:
It is for Kassa Compleet, but Kassa Compleet’s does not document the merchants/
API part at all, while Ginger Payments’s documentation does, so I made a request to the Ginger Payments API, but got a response:
{
"error": {
"type": "<class 'werkzeug.exceptions.Forbidden'>",
"value": "You don't have the permission to access the requested resource. It is either read-protected or not readable by the server."
}
}
Hello, @Joachim_de_Boer, why is it?