如何测试信用卡交互?
阅读这个答案后,我想知道是否有办法获得“测试”信用卡号。 您可以尝试一下,但实际上不收取任何费用。
After reading this answer, I wonder if there's a way to get a "testing" credit card number. One that you can experiment with but that doesn't actually charge anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
大多数支付处理商要么提供测试号码(PayPal 就是这样做的),要么提供进入测试模式的能力(在这种模式下,实际上不会处理任何交易)。 请参阅文档。
Most payment processors provide either a testing number (PayPal does this) or the ability to go into testing mode (in which no transactions actually get processed). Consult the documentation.
根据您的支付网关,有两种测试交易的方法。
例如,对于authorize.net,如果您通过 POST 发送“X_TEST_TRANSACTION=true”(或类似的内容,已经很长时间了),它将在测试模式下运行。
他们还提供测试 VISA 和测试万事达卡号码,如果在测试模式下,这些号码将始终返回为批准状态,而在生产模式下则被拒绝。
看一下你的网关API文档,那里写得很清楚。
Depending on your payment gateway, there are two ways to test a transaction.
For example, with authorize.net, if you send "X_TEST_TRANSACTION=true" (or something like that, its been a long time), with your POST, it will run it in test mode.
They also provide a test VISA and test Mastercard number that will always come back as approved if in test mode, and declined in production mode.
Look at your gateway API documentation, it will be clearly detailed there.
信用卡前缀号码:
Credit Card Prefix Numbers:
大多数支付网关提供此类数字来测试其服务,但它们通常仅适用于这些网关的临时/测试版本。
Most payment gateways provide such numbers for testing their services, but they will generally only work on the staging/test versions of those gateways.