Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

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

  1. Deactivate a payment link to prevent further payments using that link.
  2. 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

Discussion