I have a payment system using node.js and braintree, when the payment is successful I want to send the user to the back end. My back end is setup elsewhere.
I have
redirect a user to an external URL is pretty simple.
res.redirect('enter the URL here');