Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在razorpay为我的 android 应用程序使用最新的 sdk。集成部分是成功的。但是,在测试模式下进行测试时,我在事务中遇到了一些问题。
razorpay
UPI付款不起作用,但order id, razor pay id, signature在onPaymentSuccess()回调中接收。
UPI
order id, razor pay id, signature
onPaymentSuccess()
我能理解的是您尝试使用测试密钥通过 UPI 付款。
你没有在你的 PSP 应用程序上收到任何付款请求,但你收到了订单 ID、Razorpay ID 和签名。(说明支付成功)
发生这种情况是因为您使用的是测试模式。所有 UPI 付款在测试模式下默认标记为成功
对于 UPI,使用 success@razoroay 测试成功的交易。和 failure@razorpay 在测试模式下测试失败的交易。