pfpro_process_raw() processes a raw transaction string with Payflow Pro. You should really use pfpro_process() instead, as the encoding rules of these transactions are non-standard.
Note: Be sure to read the Payflow Pro Developers Guide for full details of the required parameters and encoding rules. You would be well advised to use pfpro_process() instead.
parametersA string containing the raw transaction request.
addressSpecifies the host to connect to. By default this is test.signio.com, that you will certainly want to change this to connect.signio.com in order to process live transactions.
portSpecifies the port to connect on. It defaults to 443, the standard SSL port number.
timeoutSpecifies the timeout to be used, in seconds. This defaults to 30 seconds. Note that this timeout appears to only begin once a link to the processor has been established and so your script could potentially continue for a very long time in case of DNS or network problems.
proxy_addressIf required, specifies the hostname of your SSL proxy.
proxy_portIf required, specifies the port of your SSL proxy.
proxy_logonIf required, specifies the logon identity to use on the SSL proxy.
proxy_passwordIf required, specifies the password to use on the SSL proxy.