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 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
- Uploading a document for payment verification.
- 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.