QBMS(Quickbooks商家服务)预定结算不会显示在仪表板中

时间:2012-01-30 23:11:07

标签: recurring-billing quickbooks-online

我已经添加了一个钱包和未来的预定结算,我收到了预定的结算ID和一条成功消息,但是当我去定期付款时(这都是在沙盒中 - ptc),我看不到任何东西。

这是我的要求:

POST https://webmerchantaccount.ptc.quickbooks.com/j/AppGateway HTTP/1.1

Content-Type: application/x-qbmsxml
Content-Length: 770

<?xml version="1.0" encoding="utf-8"?>
<?qbmsxml version="4.5"?>
<QBMSXML>
    <SignonMsgsRq>
        <SignonTicketRq>
            <ClientDateTime>2012-01-30T17:03:42</ClientDateTime>
            <SessionTicket>***********************</SessionTicket>
        </SignonTicketRq>
    </SignonMsgsRq>
    <QBMSXMLMsgsRq>
        <CustomerScheduledBillingAddRq>
            <CustomerID>1234721</CustomerID>
            <WalletEntryID>102142113311000320665100</WalletEntryID>
            <PaymentType>CreditCard</PaymentType>
            <Amount>1.06</Amount>
            <SalesTaxAmount>0.06</SalesTaxAmount>
            <StartDate>2012-01-31</StartDate>
            <FrequencyExpression>0 0 0 1 * ?</FrequencyExpression>
            <ScheduledBillingStatus>Active</ScheduledBillingStatus>
        </CustomerScheduledBillingAddRq>
    </QBMSXMLMsgsRq>
</QBMSXML>

然后我得到了这个回复:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE QBMSXML PUBLIC "-//INTUIT//DTD QBMSXML QBMS 4.5//EN" "http://webmerchantaccount.ptc.quickbooks.com/dtds/qbmsxml45.dtd">
<QBMSXML>
 <SignonMsgsRs>
  <SignonTicketRs statusCode="0" statusSeverity="INFO">
   <ServerDateTime>2012-01-30T23:07:46</ServerDateTime>
   <SessionTicket>***********************</SessionTicket>
  </SignonTicketRs>
 </SignonMsgsRs>
 <QBMSXMLMsgsRs>
  <CustomerScheduledBillingAddRs statusCode="0" statusMessage="Status OK" statusSeverity="INFO">
   <ScheduledBillingID>5225</ScheduledBillingID>
  </CustomerScheduledBillingAddRs>
 </QBMSXMLMsgsRs>
</QBMSXML>

有谁能告诉我为什么我在仪表板中看不到这个?或者我应该在哪里看到它?

谢谢!

1 个答案:

答案 0 :(得分:1)

如果您使用的是TEST / PTC商家帐户,则交易将不会显示在GUI信息中心中。这就是Intuit系统的工作原理。 : - (