Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

381
Views
No se pueden crear transferencias desde payment_Id usando el servicio de ruta razorpay

Esta es mi compilación de código de back-end usando el marco nestJs.

 transferOrder = async (amount: number): Promise<any> => { const razorpayInstance = new Razorpay({ key_id: process.env.LIVE_PAYMENT_KEY_ID, key_secret: process.env.LIVE_PAYMENT_KEY_SECRET }); try { return await razorpayInstance.payments.fetch({ id: "pay_IWasxxxxxNeRmo", transfers: { id: "pay_IWasWEFzoNeRmo", account: "acc_HjRGxxxxxI0jI", amount: amount, currency: "INR", notes: { name: "Gaurav Kumar", roll_no: "IEC2011025" }, linked_account_notes: [ "branch" ], on_hold: 0, } }) } catch (error) { if (error) { console.log(error); throw error; } }

Cuando ejecuto este código, aparece un error. No estoy seguro de si estoy pasando el pay_id correctamente o no, pero intenté todo lo posible pero sigo recibiendo el mismo error.

El error que estoy recibiendo

 { statusCode: 400, error: { code: 'BAD_REQUEST_ERROR', description: 'The id provided does not exist', source: 'business', step: 'payment_initiation', reason: 'input_validation_failed', metadata: {} } }

Por favor, ayúdame a solucionar el problema.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!