Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

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

  1. Processing an Apple Pay payment for an online purchase.
  2. 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.

Discussion