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 billing subscription operations, specifically including listing invoices by subscription. It is useful for automating subscription billing management, such as retrieving invoice lists for a given subscription, which can help in financial tracking and customer billing processes.
Use Case Examples
- List all invoices associated with a specific subscription to review billing history.
- Retrieve invoices for a subscription to generate reports or trigger follow-up actions based on invoice status.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call with extra parameters. |
Output
JSON
invoiceId- Unique identifier of the invoicesubscriptionId- Identifier of the subscription the invoice belongs toamount- Amount billed in the invoicecurrency- Currency of the invoice amountstatus- Current status of the invoice (e.g., paid, pending)date- Date when the invoice was issued
Dependencies
- Solidgate payment gateway API
Troubleshooting
- Ensure the API credentials (public key and secret key) are correctly configured to avoid authentication errors.
- Verify that the subscription ID or other required fields are correctly provided in the additional fields to prevent request failures.
- Check network connectivity and API endpoint availability if requests fail to reach the Solidgate service.
- Handle API rate limits or errors gracefully by enabling the 'continue on fail' option to avoid workflow interruptions.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, useful for understanding available endpoints and parameters.