JSFiddle - React, Tailwind, and code Playground

JavaScript

var Yoururl= "https://cyberpay-payment-api.azurewebsites.net/api/v1/payments/Van000001131218bca/notify?reference=Van000001131218bca&PayUReference=5906958843194";
var reference=Yoururl.split('?',18)[1].split('=')[1];
var procesor = Yoururl.split('&')[1].split('=')[1];
alert("Reference : " + reference);
alert("Procesor : " + procesor);