This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//This should successfully connect to Elavon's Converge system using the XML api, as of 04/05/2023 | |
//As of today, this isn't documented in: https://developer.elavon.com/na/docs/converge/1.0.0/integration-guide/integration_methods/xmlapi | |
//Please give this a star on github if i saved you a headache! | |
$postData = []; | |
$postData['ssl_merchant_id'] = ""; | |
$postData['ssl_user_id'] = ""; | |
$postData['ssl_pin'] = ""; | |
$postData['ssl_transaction_type'] = "ccsale"; | |
$postData['ssl_amount'] = "1.00"; |