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

时间:2012-12-03 07:16:12

标签: 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="pfGaUNntoTxZYeqqYDjGCQ4qyCHcsXGXLJ2i7MPCEiH6CH5n5qKqcl8EBiTClxu01B
SeH5eZg7LVUVVzw5kJKVMitQ3pyMB5UZCduMWd6Ku9aT2gyFm69EKMGfyWPmI4p+Bb4TJf2F0
7rInSrn2MWlM6f2xd7aRu1XBn0WXoPxK1j9FMGX2CNCoCBp3cOXB7"
/>
</form>

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

1 个答案:

答案 0 :(得分:2)

将此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用户配置文件的令牌值:)