简体   繁体   English

Google Sandbox Checkout信用卡故障测试案例

[英]Google Sandbox Checkout Credit Card Failure Test cases

I have integrated Google Checkout to my portal & testing against sandbox using Server 2 Server Checkout using version 2.0. 我已将Google Checkout集成到我的门户中,并使用2.0版的Server 2 Server Checkout对沙盒进行了测​​试。 All successful credit card test cases are passing, however credit card test failure cases documented in https://developers.google.com/checkout/developer/Google_Checkout_HTML_API_Credit_Card_Test_Cases#test_case_failed_authorization are failing. 所有成功的信用卡测试用例都通过了,但是https://developers.google.com/checkout/developer/Google_Checkout_HTML_API_Credit_Card_Test_Cases#test_case_failed_authorization中记录的信用卡测试失败用例都失败了。

For Eg: if use AVS No Match MasterCard: 5106447623213738 as said in the URL, i expect Google Servers to reply with PAYMENT_DECLINED or authorization failed, but the callback is success & card is shown as charged. 例如:如果使用URL中所述的AVS No Match MasterCard:5106447623213738,我希望Google服务器以PAYMENT_DECLINED答复或授权失败,但是回叫成功并且卡显示为已收费。 I tried other credit cards too in box all those cards are shown charged. 我也在框中尝试了其他信用卡,所有这些卡均显示为已收费。

Note: This testing in done in google checkout sandbox (http://sandbox.google.com/checkout) & haven't gone live yet, but would like to test credit card failure test cases. 注意:此测试已在google checkout沙箱(http://sandbox.google.com/checkout)中完成,但尚未上线,但想测试信用卡故障测试用例。 I did lot of searching around to test failure cases but could not get around. 我做了很多搜索来测试失败案例,但是还是无法解决。 Can someone tell me how to do ? 有人可以告诉我该怎么做吗?

thanks 谢谢

Your example of AVS NO MATCH is doing exactly what the test is supposed to do. 您的AVS NO MATCH示例确实在执行测试应该做的事情。

AVS没有匹配项

It is showing you that Google will allow certain transactions and let the merchant make the decison (assume risk) for the transaction. 它向您显示Google将允许某些交易,并让商家做出交易的决定 (承担风险)。 You will also notice that this transaction is not covered by Google's Payment Guarantee (which is why merchant assumes risk). 您还会注意到,该交易包含在Google的付款担保中(这就是商家承担风险的原因)。

A transaction that is covered by Google Payment Guarantee will show: Google付款担保所涵盖的交易将显示:

付款保证涵盖

The link you provided for AUTH DECLINE (Failed auth) is what you are looking for - re: Google will not let the transaction go through (eg VISA 4209, AUTH+DECLINE): 您正在寻找的AUTH DECLINE (身份验证失败)链接是您要找的AUTH DECLINE :Google不会让交易通过(例如VISA 4209,AUTH + DECLINE):

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Checkout测试沙箱中的信用卡问题 - Google checkout Test credit card issue in sandbox 没有Google Checkout / Amazon / Paypal的信用卡处理 - Credit Card processing without Google Checkout / Amazon / Paypal 在沙盒中测试贝宝,从没有信用的帐户中进行贝宝(不是信用卡)付款 - Test paypal in sandbox, making a paypal (not credit card) payment from an account with no credit 如何使用API​​(例如,PayPal,亚马逊,Google Checkout)推迟像Groupon这样的信用卡付款? - How to delay credit card payment like Groupon with APIs (e.g, PayPal, Amazon, Google Checkout)? 沙盒Paypal帐户信用卡,要求IPIN / WEBPIN付款 - Sandbox Paypal Account Credit Card asking IPIN/WEBPIN for payment 在沙盒模式下使用信用卡Paypal SDK直接付款 - Direct payment with credit card paypal SDK in sandbox mode 使用信用卡/借记卡进行贝宝快速结帐重复付款后续步骤 - Paypal express checkout recurring payment with credit/debit card next steps 使用来宾结帐用户(信用卡)进行贝宝定期付款 - Paypal Recurring Payment with Guest Checkout User (Credit Card) 沙箱中的Authorize.net信用卡收费返回refTransID作为null返回 - Authorize.net credit card charging in sandbox returns refTransID in response as null Converge Payment Api的测试信用卡号是多少? - What is the test credit card number for Converge Payment Api?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM