Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to update the subscription token for a billing subscription. It is useful in scenarios where you need to refresh or change the token associated with a subscription, such as updating payment credentials or renewing authorization tokens. For example, it can be used to programmatically update subscription tokens when a customer's payment method changes or when tokens expire.

Use Case Examples

  1. Updating a subscription token after a customer updates their payment method.
  2. Refreshing the subscription token to maintain uninterrupted billing.

Properties

Name Meaning
Additional Fields Additional fields to include in the update subscription token request, allowing customization of the API call.

Output

JSON

  • response - The JSON response from the Solidgate API after updating the subscription token, containing details about the updated subscription.

Dependencies

  • Requires Solidgate API credentials including a public key, secret key, and environment setting.

Troubleshooting

  • Ensure that the Solidgate API credentials are correctly configured and have the necessary permissions to update subscription tokens.
  • Verify that the additional fields provided are valid according to the Solidgate API documentation to avoid request errors.
  • Common errors may include authentication failures due to incorrect API keys or malformed requests due to invalid or missing parameters. Check the error message returned in the node output for details.

Links

Discussion