作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个用 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/
我是一名优秀的程序员,十分优秀!