获取authorize.net CIM托管表单令牌作为响应

获取authorize.net CIM托管表单令牌作为响应,authorize.net,authorize.net-cim,Authorize.net,Authorize.net Cim,我在我的网站页面中使用CIM托管页面,如 <form method="post" action="https://secure.authorize.net/profile/manage" id="formAuthorizeNetPage" style="display:none;"> <input type="hidden" name="Token" value="pfGaUNntoTxZYeqqYDjGCQ4qyCHcsXGXLJ2i7MPCEiH6CH5n5qKqcl8EB

我在我的网站页面中使用CIM托管页面,如

<form method="post" action="https://secure.authorize.net/profile/manage"
id="formAuthorizeNetPage" style="display:none;">
<input type="hidden" name="Token"
value="pfGaUNntoTxZYeqqYDjGCQ4qyCHcsXGXLJ2i7MPCEiH6CH5n5qKqcl8EBiTClxu01B
SeH5eZg7LVUVVzw5kJKVMitQ3pyMB5UZCduMWd6Ku9aT2gyFm69EKMGfyWPmI4p+Bb4TJf2F0
7rInSrn2MWlM6f2xd7aRu1XBn0WXoPxK1j9FMGX2CNCoCBp3cOXB7"
/>
</form>


我的困惑是如何在这里获取令牌值。

将此XML作为请求传递

<?xml version=\"1.0\" encoding=\"utf-8\"?>
        <getHostedProfilePageRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\">"<merchantAuthentication>".
        <name>loginname</name>
        <transactionKey>transactionkey </transactionKey>
        </merchantAuthentication>
        <customerProfileId>cim_id</customerProfileId>
 <hostedProfileSettings>
 </hostedProfileSettings>
    </getHostedProfilePageRequest>

"".
登录名
事务密钥
cim_id
并检查其响应,从中可以找到特定CIM用户配置文件的令牌值:)