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 the Checkout resource, specifically including the ability to deactivate a payment link. It is useful for automating payment link management within payment workflows, such as disabling payment links that are no longer valid or needed.
Use Case Examples
- Deactivate a payment link to prevent further payments using that link.
- Manage payment links dynamically based on business logic or customer actions.
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 link or performing the requested operation.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Ensure that the Solidgate API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the payment link ID or relevant identifiers are correctly provided in the additional fields to avoid 'not found' or invalid request errors.
- Check network connectivity and API endpoint availability, especially if using the production or development environment URLs.
Links
- Solidgate API - Deactivate Payment Link - Official API documentation for deactivating a payment link in the Solidgate Checkout resource.