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 card payments, including charging a card. It supports multiple resources and operations, but specifically for the 'Card Payment' resource and 'Charge' operation, it processes a card payment charge by sending a POST request to the Solidgate API. This node is useful for automating payment processing workflows, such as charging customers' cards securely within an n8n workflow.
Use Case Examples
- Charging a customer's card for an online purchase by providing necessary payment details in the additional fields.
- Automating recurring card payment charges by configuring the node to handle recurring payment operations.
- Checking the status of a card payment order to update order management systems.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the charge request to the Solidgate API, allowing customization of the payment details. |
Output
JSON
*- The JSON response from the Solidgate API representing the result of the charge operation, including transaction details, status, and any relevant metadata.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Common issues include authentication errors due to incorrect API keys or environment settings. Verify credentials and environment configuration.
- Errors may occur if required fields in additionalFields are missing or invalid. Ensure all necessary payment details are correctly provided.
- Network or API endpoint errors can happen if the environment is set incorrectly (production vs development). Confirm the environment parameter matches the intended API endpoint.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, detailing endpoints, request parameters, and responses.