Skip to content
On this page

Qs-Pay

SendQsPayRequest

Send HTTP request to Qs-Pay.

Properties

PropertyDescription
Qspay JobA list of jobs that can be done on Qs-Pay.
ContentThe HTTP content to send along with the request.
Response Result Content .NET TypeThe assembly-qualified .NET type name to deserialize the received content into.
Supported Status CodesA list of possible HTTP status codes to handle.

Outcomes

OutcomeDescription
DoneAlways scheduled when the activity completed.
200
999
*Any additional outcomes that are configured in the Supported Status Codes property
Unsupported Status CodeNo additional outcomes that are configured in the Supported Status Codes property

SetCacheVariable

Set cache variable on the workflow.

Properties

PropertyDescription
Variable NameThe name of the variable to store the value into.
ValueThe value to store in the variable.
Expiration In MinutesThe expiration in minutes for the cache entry. (Default value : 60)

Outcomes

OutcomeDescription
DoneAlways 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

PropertyDescription
Stored Procedure nameThe stored procedure name to run.
Stored Procedure inputOptional input to send to the stored procedure to run.
Stored Procedure methodThe stored procedure method ("Query", "Execute", "Simule")

Outcomes

OutcomeDescription
Truescheduled when the activity completed successfully.
Falsescheduled when the activity completed unsuccessfully.