payment-gateway - BillSAFE 不担保这笔交易,我的订单被拒绝

标签 payment-gateway prestashop billing

我有一个用 prestashop 制作的电子商务网站,我使用 BillSafe 作为我的支付网关,但每次我的订单在调试代码时被拒绝,它都会给我以下 BIllSafe 的响应

[ANSWER] => Array
    (
        [ack] => OK
        [custom_0] => FOOO
        [custom_1] => FAAA
        [custom_2] => Muhahah
        [status] => DECLINED
        [declineReason_code] => 101
        [declineReason_message] => BillSAFE does not secure this transaction
    )

最佳答案

您的 declineReason_code 是 101,表示 Auth failure

请检查您的登录凭据和 API URL。

错误代码和原因列表。

100 No auth parameter is set
101 Auth failure
102 Not all auth parameters set
103 Invalid merchantId
104 Invalid merchantLicence
105 Invalid applicationSignature
106 Invalid applicationVersion
107 Merchant not found
108 Request to productive system not allowed yet
198 Error during application log 
199 Unknown error during authentication
2xx Mit „2“ beginnende Fehler-Codes behandeln Validierungs-Fehler
200 No transaction identifier set
201 Parameter transactionId is invalid
202 Transaction not found
203 Transaction does not belong to merchant
204 OrderNumber matched more than 1 order
215 Ein erforderlicher Parameter wurde nicht angegeben
216 Ein Parameter enthält einen ungültigen Wert
220 Encoding other than UTF8 detected
3xx Mit „3“ beginnende Fehler-Codes behandeln Ausführungs-Fehler
301 An execution error occurred
302 Transaction has a wrong status for this method
303 Customer has not yet completed the transaction
304 Frist für den Aufruf der Operation ist abgelaufen
305 No data to return
306 Transaction already has customer payments
399 Internal error in method
8xx Mit „8“ beginnende Fehler-Codes behandeln API spezifische Fehler
801 No Service found
802 No method set
803 Invalid method set
804 Invalid request
999 Unbekannter Fehler

沙盒

支付网关:https://sandbox-payment.billsafe.de/V200

NVP API 服务器:https://sandbox-nvp.billsafe.de/V208

直播

支付网关:https://payment.billsafe.de/V200

NVP API 服务器:https://nvp.billsafe.de/V208

关于payment-gateway - BillSAFE 不担保这笔交易,我的订单被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10926393/

相关文章:

node.js - 如何在 Braintree MarketPlace 中从子商户账户退款?

php - 如何正确使用付款意图,我不断收到错误无效付款意图状态

php - Prestashop 将 css 添加到模块

php - 在 Prestashop 模块中使用命名空间

Android In App Billing...为什么会有矛盾的信息?

drupal - 首次接受信用卡。我需要做什么?

php - PHP 的 Knet 支付网关

php - 注意 $category->getProducts() : "Trying to get property of non-object"

google-cloud-platform - 如何使用python获取GCP项目的计费成本

android - 获取应用内结算用户帐户详细信息