Actions63
- Alternative Payment Method Actions
- Billing - Price Actions
- Billing - Product Actions
- Billing - Subscription Actions
- Billing - Tax Actions
- Card Payment Actions
- Checkout Actions
- Reporting Actions
- Risks - Dispute Actions
- Risks - Fraud Prevention Actions
- Webhook Actions
- File Actions
Overview
This node interacts with the Solidgate payment gateway API to perform various operations related to payment processing, billing, reporting, risk management, and checkout management. Specifically, for the Checkout resource and Deactivate Payment Page operation, it deactivates an existing payment page on the Solidgate platform. This is useful for merchants who want to disable a payment page that is no longer needed or should not accept payments anymore.
Use Case Examples
- A merchant creates a payment page for a special promotion and later deactivates it after the promotion ends using this node.
- A business wants to disable a payment page temporarily due to maintenance or updates and uses this node to deactivate it.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request for the operation, allowing customization of the API call. |
Output
JSON
response- The JSON response from the Solidgate API after deactivating the payment page, containing details about the deactivation status and any relevant metadata.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting to authenticate and interact with the Solidgate API.
Troubleshooting
- Common issues include authentication errors due to invalid or missing API credentials. Ensure the correct API keys and environment are configured.
- API request failures may occur if required fields in Additional Fields are missing or incorrect. Verify the input parameters before execution.
- Network or connectivity issues can prevent the node from reaching the Solidgate API endpoint. Check network settings and API availability.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, useful for understanding available endpoints and request parameters.