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 files, specifically creating a file upload request. It is useful in scenarios where users need to upload files to the Solidgate system as part of payment processing or related workflows. For example, it can be used to upload documents or images required for payment verification or compliance.

Use Case Examples

  1. Uploading a document for payment verification.
  2. Uploading an image file related to a transaction.

Properties

Name Meaning
Additional Fields Additional fields to include in the file upload request, allowing customization of the upload parameters.

Output

JSON

  • fileUploadResponse - Response from the Solidgate API after creating the file upload request, containing details about the uploaded file.

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 additional fields provided are in the correct format and supported by the Solidgate API to prevent request errors.
  • Check network connectivity to the Solidgate API endpoint to avoid timeout or connection errors.

Links

  • Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available endpoints and request parameters.

Discussion