Help for this page

Select Code to Download


  1. or download this
    <?xml version = "1.0"?>
    <response>
    ...
    <description>Transfer Completed</description>
    </response>
    
  2. or download this
    %_xml_response_data = (
    'custid' => "101010101",
    ...
    'trxid' => "33333333",
    'description' => "Transfer Completed",
    );
    
  3. or download this
    if($_xml_response_data{status} eq "success") {
    # True so do whatever...
    } else {
    # false so do whatever else...
    }