cancel
Showing results for 
Search instead for 
Did you mean: 
mucle6
Member
since ‎01-29-2014
‎02-01-2014

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am trying to parse the transaction ID in php from the xml response given after createCustomerProfileRequest. This is the l code I am using.echo $response;list ($refId, $resultCode, $code, $text, $customerProfileId) = parse_return($response);echo "


"...
If I create an ARB and the client were to not have enough funds or they were to cancel their credit card. Would I be able to retrieve and filter the error with php?