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 retrieve reports related to card orders. It is useful for generating detailed reports on card transactions processed through Solidgate, which can help businesses analyze payment data, monitor transaction statuses, and manage financial records. For example, a business can use this node to fetch card order reports for reconciliation or auditing purposes.
Use Case Examples
- Generating a report of all card orders within a specific date range to analyze sales performance.
- Fetching card order details to investigate transaction issues or disputes.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the report parameters. |
Output
JSON
order_id- Unique identifier of the card ordertransaction_date- Date and time when the transaction occurredamount- Transaction amountcurrency- Currency used in the transactionstatus- Current status of the card ordercustomer_details- Information about the customer who made the orderpayment_method- Details of the payment method used for the card order
Dependencies
- Solidgate payment gateway API
Troubleshooting
- Ensure that the API credentials (public key and secret key) are correctly configured and have the necessary permissions to access reporting endpoints.
- Verify that the environment setting (production or development) matches the intended API endpoint.
- Check that the additional fields provided are valid and supported by the Solidgate API for the card orders report.
- Common error messages may include authentication failures, invalid request parameters, or network connectivity issues. Resolving these typically involves verifying credentials, correcting request data, and ensuring network access to the Solidgate API.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, including reporting endpoints and request parameters.