在尝试以下Razorpay的付款创建API后,错误响应得到
Error: { code: 'BAD_REQUEST_ERROR',
description: 'Payment failed. Please contact site admin',
field: 'amount' } }
Request :
{ amount: 1000, // in currency subunits. Here 1000 = 1000 paise, which equals to ₹10
currency: 'INR',// Default is INR. We support more than 90 currencies.
email: 'test12@test.com',
contact: 'XXXXXXXXXX',
order_id: 'order_EFRPoaGqJF0jMR',
method: 'netbanking',
bank: 'HDFC'
}
答案 0 :(得分:0)
我得到了我的问题的答案。通过请求的金额超过10₹。