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 operations related to the Checkout resource, specifically including the creation of payment links. It is useful for automating payment processes such as generating payment links for customers to complete transactions. For example, an e-commerce platform can use this node to create payment links dynamically for orders, enabling seamless payment collection.
Use Case Examples
- Create a payment link for a customer to pay an invoice.
- Deactivate an existing payment link when it is no longer needed.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request for creating or managing payment links, allowing customization of the API call. |
Output
JSON
id- Unique identifier of the created payment link or related resource.url- URL of the payment link created for customer payment.status- Current status of the payment link, e.g., active or deactivated.createdAt- Timestamp when the payment link was created.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect or incomplete additional fields may cause API request failures or unexpected responses.
- Network connectivity issues can prevent successful API calls to the Solidgate endpoint.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, useful for understanding available endpoints and request parameters.