Actions9
Overview
This node interacts with the Cashfree Payments API to perform various payment-related operations. Specifically, the 'Deactivate Cashgram' operation allows users to deactivate an existing Cashgram payout link by providing its ID. This is useful for managing payout links that should no longer be active, such as when a payout is canceled or needs to be invalidated for security reasons.
Use Case Examples
- Deactivate a Cashgram payout link by specifying its Cashgram ID to prevent further use of that payout link.
- Manage payout links programmatically within an automated workflow to ensure only valid payout links are active.
Properties
| Name | Meaning |
|---|---|
| Cashgram ID | The ID of the Cashgram payout link to deactivate, required to identify which Cashgram to deactivate. |
Output
JSON
json- The JSON response from the Cashfree API after attempting to deactivate the Cashgram, containing details about the success or failure of the operation.
Dependencies
- Requires an API key credential with a Payout Authorization Token configured for Cashgram operations.
Troubleshooting
- Error indicating missing Payout Authorization Token: Ensure the Payout Authorization Token is configured in the node credentials as it is required for Cashgram operations.
- API request failures: Check network connectivity and validity of the Cashgram ID provided.
- Invalid Cashgram ID errors: Verify that the Cashgram ID is correct and corresponds to an active Cashgram before attempting to deactivate.