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, specifically supporting the 'Alternative Payment Method' resource with the 'Recurring' operation. It processes recurring payments using alternative payment methods, allowing users to automate and manage recurring billing cycles for various payment types beyond traditional card payments. This is useful for subscription services or any scenario requiring automated periodic payments via alternative payment methods.
Use Case Examples
- A subscription-based service automating monthly recurring payments through an alternative payment method.
- An e-commerce platform managing recurring billing for customers using non-card payment options.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the recurring payment request, allowing customization of the API call. |
Output
JSON
*- The JSON response from the Solidgate API for the recurring alternative payment method request, containing details about the processed payment.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect or missing required fields in the additionalFields collection may cause API request failures.
- Network or connectivity issues to the Solidgate API endpoint can cause request timeouts or errors.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, useful for understanding request parameters and responses.