getPaymentProfileId() seems to work here ($i_pmid has a number bigger
than 0) $obj_custprof = $obj_auth->getCustomerProfile($i_ccid); $i_pmid
= $obj_custprof->getPaymentProfileId(); getPaymentProfileId() DOES NOT
seem to work here ($i_pmid is 0) $obj...