付款创建后出现错误的请求错误

时间:2020-02-11 14:38:02

标签: node.js

在尝试以下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'
}

1 个答案:

答案 0 :(得分:0)

我得到了我的问题的答案。通过请求的金额超过10₹。

相关问题