无法提交退款(eCheck)

时间:2018-08-23 07:34:47

标签: api transactions authorize.net

我已将退款要求发送给授权:

python 2

但是我遇到了这样的错误

<createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
  <merchantAuthentication>
    <name>***</name>
    <transactionKey>**********</transactionKey>
  </merchantAuthentication>
  <transactionRequest>
    <transactionType>refundTransaction</transactionType>
    <amount>***</amount>
    <profile>
      <customerProfileId>***</customerProfileId>
      <paymentProfile>
        <paymentProfileId>***</paymentProfileId>
      </paymentProfile>
    </profile>
    <refTransId>***</refTransId>
  </transactionRequest>
</createTransactionRequest>

我仅在某些交易中收到此错误。 我只发送customerProfileId,paymentProfileId。请让我知道为什么返回此错误,以及名称或类型如何不同?

1 个答案:

答案 0 :(得分:1)

它看起来像routing number for that account may not match the bank。这看起来像是Authorize.Net方面的问题。