QBMS(Quickbooks Merchant Services)计划账单未显示在仪表板中

发布于 2025-01-01 05:12:35 字数 2151 浏览 0 评论 0原文

我已经添加了钱包并为将来安排了计费,我收到了安排的计费 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>

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

谢谢!

I have added a wallet and scheduled billing for the future, I receive the scheduled billing ID and a success message, but when I go to recurring payments (this is all in the sandbox -- ptc), I don't see anything.

This is my request:

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>

Then I get this response:

<?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>

Can anyone tell me why I can't see this in the dashboard? Or where I should see it?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤凫 2025-01-08 05:12:35

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

If you're using a TEST/PTC merchant account, the transactions won't show up in the GUI dashboard. That's just how Intuit's system works. :-(

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文