In PHP i would like to retrieve and then update a payment profile.
$response = $request->getCustomerPaymentProfile($customerProfileId); But
the function doesn't return the AuthorizeNetPaymentProfile object needed
for the updateCustomerPaymentProfile ...