// Job ID: #3630589
using OOP.BackgroundJobsManager.Jobs;
var paymentJobs = Activate<PaymentJobs>();
paymentJobs.PostPayment_RazorPay("pay_Px7A45dP2BKswL", 7571);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Unable to process the RazorPay. After 30 min this payment will be auto reschedule. - request data : {"id":"pay_Px7A45dP2BKswL","entity":"payment","amount":468600,"currency":"INR","status":"failed","order_id":"order_Px79RyNkArfAy7","invoice_id":null,"international":false,"method":"netbanking","amount_refunded":0,"refund_status":null,"captured":false,"description":"ENES TEXTILE MILLS","card_id":null,"bank":"SBIN","wallet":null,"vpa":null,"email":"nesthham.manikonda@gmail.com","contact":"+919866155504","notes":{"branch":null,"name":null,"DivisionID":null,"Cardcode":"C053416","CardName":"NESTHHAM FASHIONS(FRANCHISE),MANIKONDA","User":"","address":"Razorpay Corporate Office"},"fee":null,"tax":null,"error_code":"BAD_REQUEST_ERROR","error_description":"Your payment didn't go through as it was declined by the bank. Try another payment method or contact your bank.","error_source":"bank","error_step":"payment_authorization","error_reason":"payment_failed","acquirer_data":{"bank_transaction_id":null},"created_at":1739868853}, TransactionID :7571
System.Exception: Unable to process the RazorPay. After 30 min this payment will be auto reschedule. - request data : {"id":"pay_Px7A45dP2BKswL","entity":"payment","amount":468600,"currency":"INR","status":"failed","order_id":"order_Px79RyNkArfAy7","invoice_id":null,"international":false,"method":"netbanking","amount_refunded":0,"refund_status":null,"captured":false,"description":"ENES TEXTILE MILLS","card_id":null,"bank":"SBIN","wallet":null,"vpa":null,"email":"nesthham.manikonda@gmail.com","contact":"+919866155504","notes":{"branch":null,"name":null,"DivisionID":null,"Cardcode":"C053416","CardName":"NESTHHAM FASHIONS(FRANCHISE),MANIKONDA","User":"","address":"Razorpay Corporate Office"},"fee":null,"tax":null,"error_code":"BAD_REQUEST_ERROR","error_description":"Your payment didn't go through as it was declined by the bank. Try another payment method or contact your bank.","error_source":"bank","error_step":"payment_authorization","error_reason":"payment_failed","acquirer_data":{"bank_transaction_id":null},"created_at":1739868853}, TransactionID :7571
at OOP.BackgroundTask.Payment.PostPaymentToRazorPay.paymentToRazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Source\GitHub\OOP\OOP.BackgroundTask\Payment\PostPaymentToRazorPay.cs:line 97
at OOP.BackgroundJobsManager.Jobs.PaymentJobs.PostPayment_RazorPay(String RazorPayPaymentID, Int32 TransactionID) in D:\Source\GitHub\OOP\OOP.BackgroundJobsManager\Jobs\PaymentJobs.cs:line 30