Appearance
Qs-Pay
SendQsPayRequest
Send HTTP request to Qs-Pay.
Properties
| Property | Description |
| Qspay Job | A list of jobs that can be done on Qs-Pay. |
| Content | The HTTP content to send along with the request. |
| Response Result Content .NET Type | The assembly-qualified .NET type name to deserialize the received content into. |
| Supported Status Codes | A list of possible HTTP status codes to handle. |
Outcomes
| Outcome | Description |
| Done | Always scheduled when the activity completed. |
| 200 | |
| 999 | |
| * | Any additional outcomes that are configured in the Supported Status Codes property |
| Unsupported Status Code | No additional outcomes that are configured in the Supported Status Codes property |

SetCacheVariable
Set cache variable on the workflow.
Properties
| Property | Description |
| Variable Name | The name of the variable to store the value into. |
| Value | The value to store in the variable. |
| Expiration In Minutes | The expiration in minutes for the cache entry. (Default value : 60) |
Outcomes
| Outcome | Description |
| Done | Always scheduled when the activity completed. |

RunStoredProcedure
This activity can be used if stored procedures will be used to transfer the data from Qs-Pay to the merchant or to retrieve the data to be sent to Qs-Pay from the merchant .
Properties
| Property | Description |
| Stored Procedure name | The stored procedure name to run. |
| Stored Procedure input | Optional input to send to the stored procedure to run. |
| Stored Procedure method | The stored procedure method ("Query", "Execute", "Simule") |
Outcomes
| Outcome | Description |
| True | scheduled when the activity completed successfully. |
| False | scheduled when the activity completed unsuccessfully. |
