config['mch_v3_key']); $result = $this->doRequest('GET', '/v3/certificates'); foreach ($result['data'] as $vo) { $this->tmpFile($vo['serial_no'], $aes->decryptToString( $vo['encrypt_certificate']['associated_data'], $vo['encrypt_certificate']['nonce'], $vo['encrypt_certificate']['ciphertext'] )); } } catch (\Exception $exception) { throw new InvalidResponseException($exception->getMessage(), $exception->getCode()); } } }