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 process various payment-related operations. Specifically, for the 'Card Payment' resource and 'Google Pay' operation, it processes Google Pay payments by sending a POST request to the Solidgate API endpoint dedicated to Google Pay transactions. This node is useful for automating payment processing workflows involving Google Pay within a payment gateway environment, such as charging customers via Google Pay in an e-commerce platform.
Use Case Examples
- Processing a Google Pay payment for an online purchase.
- Automating Google Pay transactions in a subscription billing system.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the Google Pay payment request, allowing customization of the payment details. |
Output
JSON
*- The JSON response from the Solidgate API representing the result of the Google Pay payment processing.
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 to avoid authentication errors.
- Verify that the additional fields provided match the expected format and required parameters of the Solidgate API for Google Pay payments.
- Common errors may include HTTP request failures due to network issues or incorrect endpoint URLs, which can be resolved by checking the environment setting (production or development) and network connectivity.
- If the API returns errors related to payment processing, review the payment details and ensure compliance with Google Pay requirements.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, including details on Google Pay integration.