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 payment-related operations. Specifically, for the 'Alternative Payment Method' resource and 'Init Payment' operation, it initializes an alternative payment method payment. This is useful for businesses that want to integrate alternative payment methods into their payment processing workflows, allowing them to start a payment transaction using methods other than traditional card payments.
Use Case Examples
- A merchant wants to initialize a payment using an alternative payment method like a local e-wallet or bank transfer through Solidgate.
- An e-commerce platform integrates this node to support multiple payment options for customers, enhancing payment flexibility.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the payment initialization request. |
Output
JSON
*- The JSON response from the Solidgate API representing the result of the payment initialization request.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting.
Troubleshooting
- Ensure that the Solidgate API credentials are correctly configured and valid; invalid credentials will cause authentication errors.
- Verify that the additional fields provided match the expected parameters for the 'initPayment' endpoint; incorrect or missing fields may cause request failures.
- Check network connectivity to the Solidgate API endpoint, especially if using the production or development environment URLs.
- If the node throws errors related to HTTP methods or endpoints, confirm that the resource and operation parameters are correctly set to 'apm' and 'initPayment' respectively.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request parameters and responses.