-
Notifications
You must be signed in to change notification settings - Fork 6
Support Endpoint
predrag.krstojevic edited this page Mar 2, 2021
·
1 revision
If you want to see some useful debug information about the module in the Gambio shop, you can access the module support endpoint by going to the following URL:
"http(s)://{{your-domain}}/shop.php?do=MollieSupport"
Please note that the only way to access this endpoint is to be logged in to the shop backend.
This is useful when debugging a client's shop on customer support. Support endpoint provides the following information:
Name | Description |
---|---|
isDebugModeEnabled | Specifies whether the debug mode has been enabled for this Gambio shop. |
references | Provides a list of all order references in the Mollie entity table. |
Using a POST request to the same endpoint, you can turn the debug status in the system on or off. This will alter the logging in the system and log every type of messages to the system if the debug mode is turned on. If it's off, only errors and warnings will be logged.
- Add payment methods to your checkout
- Customise your checkout
- Localise your checkout
- Set up credit/debit cards
- Set up bank transfers
- Add a payment surcharge
- Remove payment methods