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

222
Views
Coinbase: coloque la identificación de pago en el enlace de la página de éxito al crear un cargo

Entonces, cuando estoy especificando el enlace de la página de éxito al crear un cargo, quiero poner la identificación en el enlace para poder recuperar los datos de la sesión de pago.

Este es mi código:

 app.get('/checkout', async (req, res) => { const chargeData = { name: 'test', local_price: { amount: '1.00', currency: 'USD' }, pricing_type: 'fixed_price', redirect_url: 'http://localhost:3000/order', cancel_url: 'http://localhost:3000/cancel' } const charge = await Charge.create(chargeData) res.send(charge) })

Y quiero hacer algo como esto.

 app.get('/checkout', async (req, res) => { const chargeData = { name: 'test', local_price: { amount: '1.00', currency: 'USD' }, pricing_type: 'fixed_price', redirect_url: 'http://localhost:3000/order?id=/*checkout id*/', cancel_url: 'http://localhost:3000/cancel' } const charge = await Charge.create(chargeData) res.send(charge) })
about 4 years ago · Santiago Trujillo
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!