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 retrieving ARN codes for transactions. It is useful for automating payment processing workflows, such as charging cards, refunds, and obtaining transaction details like ARN codes. For example, a user can use this node to get ARN codes for a specific card payment transaction to track or reconcile payments.
Use Case Examples
- Retrieve ARN codes for a card payment transaction to track the payment status.
- Process a card payment charge and then get the ARN codes for the transaction.
- Automate refund processing and retrieve ARN codes for the refunded transactions.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call for the selected operation and resource. |
Output
JSON
arnCodes- The ARN codes retrieved for the card payment transaction.response- The full JSON response from the Solidgate API for the requested operation.
Dependencies
- Solidgate payment gateway API
Troubleshooting
- Common issues include incorrect or missing API credentials, resulting in authentication errors.
- Invalid or missing required fields in the additionalFields collection can cause API request failures.
- Network issues or incorrect environment settings (production vs development) can lead to connection errors.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available endpoints and request parameters.