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 integrates with the Solidgate payment gateway API to process various payment-related operations. Specifically, for the 'Card Payment' resource and 'Apple Pay' operation, it processes Apple Pay payments by sending the necessary payment data to the Solidgate API. This node is useful for automating payment processing workflows, such as charging customers via Apple Pay in e-commerce or subscription services.
Use Case Examples
- Processing an Apple Pay payment for an online purchase.
- Automating recurring Apple Pay transactions for subscription billing.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the Apple Pay payment request, allowing customization of the payment data. |
Output
JSON
response- The JSON response from the Solidgate API after processing the Apple Pay payment, containing details about the transaction status and related data.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
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 Apple Pay payments.
- Common errors may include HTTP request failures due to network issues or invalid API endpoints; check the environment setting (production or development) to ensure the correct API URL is used.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, including details on Apple Pay integration and other payment operations.