Take a look at the outcome of the console.log
below:
console.log('subscribe:', event.url);
"https://hooks.stripe.com/adapter/ideal/redirect/complete/src_1E2lmZHazFCzVZTmhYOsoZbg/src_client_secret_EVnN8bitF0wDIe6XGcZTThYZ?success=true"
I need to remove src_1E2lmZHazFCzVZTmhYOsoZbg
and
src_client_secret_EVnN8bitF0wDIe6XGcZTThYZ
Can you guide me on how to accomplish this?