|
You can setup our ASP Scheduler to perform various actions or initiate events depending on whether or not the criteria you specify has been met. Simply find the event you wish to setup below and enter in the event parameters. Where reference to an order number is required, use ##OrderNumber## and the server will put the value of the current ordernumber in its place:
https://www.yoursite.com/yourasp.asp?param1=this¶m2=that&OrderNum=##OrderNumber##¶m3=moreparams.
You can also include any of the transaction variables in the URL exactly the same way the "OrderNumber" is specified:
https://www.yoursite.com/yourasp.asp?param1=this¶m2=that&Name=##TP_FIRSTNAME## ##TP_LASTNAME##¶m3=moreparams.
See the complete list of transaction variables in the support section.
If no verification will be done on the order you may leave the filter fields blank.
Authorization: If you have pages under protected areas, pre-auth the server in the URL:
https://mylogin:Mypass@www.yoursite.com/_root/yourdir/yourasp.asp?...
Some second-stage ISAPI components require authentication. Use
##SITE_LOGIN##, ##SITE_PASSWORD##, ##SITE_PASSWORD2##.
Note: When creating an event please make a note of the Event Code returned in case you have to delete it at a future date.
Delete Entry
On Transaction Approved
On Transaction Declined
On Recurring Approval
On Recurring Decline
On Time Event
|